Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8097e1c5 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Disable verbose NetworkStats logging."

parents 00e6fc4c e7bb71d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ import libcore.io.IoUtils;
 */
public class FileRotator {
    private static final String TAG = "FileRotator";
    private static final boolean LOGD = true;
    private static final boolean LOGD = false;

    private final File mBasePath;
    private final String mPrefix;
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ import java.util.Map;
 */
public class NetworkStatsRecorder {
    private static final String TAG = "NetworkStatsRecorder";
    private static final boolean LOGD = true;
    private static final boolean LOGD = false;
    private static final boolean LOGV = false;

    private final FileRotator mRotator;