Disable verbose NetworkStats logging.
Bug: 6076584 Change-Id: I4efcda2b474f623f4fe70db8b43b0aa69017d749
This commit is contained in:
@@ -50,7 +50,7 @@ import java.util.Map;
|
|||||||
*/
|
*/
|
||||||
public class NetworkStatsRecorder {
|
public class NetworkStatsRecorder {
|
||||||
private static final String TAG = "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 static final boolean LOGV = false;
|
||||||
|
|
||||||
private final FileRotator mRotator;
|
private final FileRotator mRotator;
|
||||||
|
|||||||
Reference in New Issue
Block a user