diff options
| author | Robert Greenwalt <rgreenwalt@google.com> | 2010-10-05 19:12:26 -0700 |
|---|---|---|
| committer | Robert Greenwalt <rgreenwalt@google.com> | 2010-10-05 19:12:26 -0700 |
| commit | ba175a5e1331883ef4ecfc2b751789a3492efca1 (patch) | |
| tree | 094e8699f1f59bac1c8f5ca50bd761fd83db77a4 /services/java/com/android/server/ConnectivityService.java | |
| parent | d688b0cc4084610ea9cee96330872ff36da8f28c (diff) | |
Turn on some debugging info
bug:3060742
Change-Id: I86f4e0b3f678c80e1bee11abd32ab0b9e0563b09
Diffstat (limited to 'services/java/com/android/server/ConnectivityService.java')
| -rw-r--r-- | services/java/com/android/server/ConnectivityService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/java/com/android/server/ConnectivityService.java b/services/java/com/android/server/ConnectivityService.java index 880befd25ce6..60951175d0c6 100644 --- a/services/java/com/android/server/ConnectivityService.java +++ b/services/java/com/android/server/ConnectivityService.java @@ -68,7 +68,7 @@ import java.net.UnknownHostException; */ 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 |
