Connectivity: Disable TrafficStats debugging

Fix logspam:
D TrafficStats: tagSocket(114) with statsTag=0xffffffff, statsUid=-1
This commit is contained in:
ShevT 2023-03-10 10:48:24 +03:00 committed by Fazil Sheik
parent ee577b1511
commit c57c86408f
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ public class TrafficStats {
private static class SocketTagger extends dalvik.system.SocketTagger { private static class SocketTagger extends dalvik.system.SocketTagger {
// TODO: set to false // TODO: set to false
private static final boolean LOGD = true; private static final boolean LOGD = false;
SocketTagger() { SocketTagger() {
} }