OSDN Git Service

b/2296110 Disable debugging/logging code before shipping.
authorMichael Chan <mchan@android.com>
Thu, 10 Dec 2009 02:00:48 +0000 (18:00 -0800)
committerMichael Chan <mchan@android.com>
Thu, 10 Dec 2009 02:00:48 +0000 (18:00 -0800)
Change-Id: I10036c49e3c3d61d0fa1af74f1f0cd9d03502103

src/com/android/settings/bluetooth/DockEventReceiver.java
src/com/android/settings/bluetooth/DockService.java

index 33afe0a..261ec1d 100644 (file)
@@ -26,7 +26,7 @@ import android.util.Log;
 
 public class DockEventReceiver extends BroadcastReceiver {
 
-    private static final boolean DEBUG = true;
+    private static final boolean DEBUG = false;
 
     private static final String TAG = "DockEventReceiver";
 
index 99cb1e5..484ce86 100644 (file)
@@ -49,7 +49,7 @@ public class DockService extends Service implements AlertDialog.OnMultiChoiceCli
     private static final String TAG = "DockService";
 
     // TODO clean up logs. Disable DEBUG flag for this file and receiver's too
-    private static final boolean DEBUG = true;
+    private static final boolean DEBUG = false;
 
     // Time allowed for the device to be undocked and redocked without severing
     // the bluetooth connection