Merge changes Ib6e0e6f3,I109f04c2,Idc716000,I44c51d5f,I810b9bd5, ... into nyc-dev am: 5d4ab988bd
am: 15e93f3715 * commit '15e93f3715742d0ffad6089cf804842f2e5f393b': Turn down the logging a little bit. Turn down the logging a little bit and don't do a log wrapper function. Turn down the logging a little bit. Turn down the logging a little bit. Turn down the logging a little bit. Turn down the logging a little bit. Turn down the logging a little bit.
This commit is contained in:
@@ -164,7 +164,7 @@ public class ConnectivityService extends IConnectivityManager.Stub
|
|||||||
implements PendingIntent.OnFinished {
|
implements PendingIntent.OnFinished {
|
||||||
private static final String TAG = "ConnectivityService";
|
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 VDBG = false;
|
||||||
|
|
||||||
private static final boolean LOGD_RULES = false;
|
private static final boolean LOGD_RULES = false;
|
||||||
@@ -455,7 +455,7 @@ public class ConnectivityService extends IConnectivityManager.Stub
|
|||||||
*/
|
*/
|
||||||
private class LegacyTypeTracker {
|
private class LegacyTypeTracker {
|
||||||
|
|
||||||
private static final boolean DBG = true;
|
private static final boolean DBG = false;
|
||||||
private static final boolean VDBG = false;
|
private static final boolean VDBG = false;
|
||||||
private static final String TAG = "CSLegacyTypeTracker";
|
private static final String TAG = "CSLegacyTypeTracker";
|
||||||
|
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ import static android.net.NetworkAgent.EVENT_PACKET_KEEPALIVE;
|
|||||||
public class KeepaliveTracker {
|
public class KeepaliveTracker {
|
||||||
|
|
||||||
private static final String TAG = "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;
|
public static final String PERMISSION = android.Manifest.permission.PACKET_KEEPALIVE_OFFLOAD;
|
||||||
|
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ import java.util.Set;
|
|||||||
*/
|
*/
|
||||||
public class PermissionMonitor {
|
public class PermissionMonitor {
|
||||||
private static final String TAG = "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 SYSTEM = true;
|
||||||
private static final boolean NETWORK = false;
|
private static final boolean NETWORK = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user