Turn down the logging a little bit.
Change-Id: Ib6e0e6f3577afac3b9bfe9a9b1cce70fb16d9d04
This commit is contained in:
@@ -164,7 +164,7 @@ public class ConnectivityService extends IConnectivityManager.Stub
|
||||
implements PendingIntent.OnFinished {
|
||||
private static final String TAG = "ConnectivityService";
|
||||
|
||||
private static final boolean DBG = true;
|
||||
private static final boolean DBG = false;
|
||||
private static final boolean VDBG = false;
|
||||
|
||||
private static final boolean LOGD_RULES = false;
|
||||
@@ -455,7 +455,7 @@ public class ConnectivityService extends IConnectivityManager.Stub
|
||||
*/
|
||||
private class LegacyTypeTracker {
|
||||
|
||||
private static final boolean DBG = true;
|
||||
private static final boolean DBG = false;
|
||||
private static final boolean VDBG = false;
|
||||
private static final String TAG = "CSLegacyTypeTracker";
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ import static android.net.NetworkAgent.EVENT_PACKET_KEEPALIVE;
|
||||
public class KeepaliveTracker {
|
||||
|
||||
private static final String TAG = "KeepaliveTracker";
|
||||
private static final boolean DBG = true;
|
||||
private static final boolean DBG = false;
|
||||
|
||||
public static final String PERMISSION = android.Manifest.permission.PACKET_KEEPALIVE_OFFLOAD;
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ import java.util.Set;
|
||||
*/
|
||||
public class PermissionMonitor {
|
||||
private static final String TAG = "PermissionMonitor";
|
||||
private static final boolean DBG = true;
|
||||
private static final boolean DBG = false;
|
||||
private static final boolean SYSTEM = true;
|
||||
private static final boolean NETWORK = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user