Connectivity: Disable TrafficStats debugging
Fix logspam: D TrafficStats: tagSocket(114) with statsTag=0xffffffff, statsUid=-1
This commit is contained in:
parent
5c13fcc575
commit
23bf7771a3
|
@ -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() {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue