commit | 063dc7d9d1352fc8c54a544a28ae854bebcd4803 | [log] [tgz] |
---|---|---|
author | Robert Greenwalt <rgreenwalt@google.com> | Tue Oct 05 19:12:26 2010 -0700 |
committer | Robert Greenwalt <rgreenwalt@google.com> | Tue Oct 05 19:12:26 2010 -0700 |
tree | 4a9925191f4a58f5cc316e5db70a6bce5c352f8d | |
parent | 3f5a9b046d6c061bf9a7de5b49335259a3e92669 [diff] [blame] |
Turn on some debugging info bug:3060742 Change-Id: I86f4e0b3f678c80e1bee11abd32ab0b9e0563b09
diff --git a/services/java/com/android/server/ConnectivityService.java b/services/java/com/android/server/ConnectivityService.java index 880befd..6095117 100644 --- a/services/java/com/android/server/ConnectivityService.java +++ b/services/java/com/android/server/ConnectivityService.java
@@ -68,7 +68,7 @@ */ public class ConnectivityService extends IConnectivityManager.Stub { - private static final boolean DBG = false; + private static final boolean DBG = true; private static final String TAG = "ConnectivityService"; // how long to wait before switching back to a radio's default network