summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Chan <mchan@android.com>2010-04-07 13:31:21 -0700
committerMichael Chan <mchan@android.com>2010-04-07 13:31:21 -0700
commit293867bd109383a1a26b35bf6accb92c0bad264c (patch)
tree4b64a9ec027c6ea69d6be49001a5978ba467807b
parentd9db9e762190f4cf46df0109139867c7a77746fe (diff)
downloadpackages_apps_settings-293867bd109383a1a26b35bf6accb92c0bad264c.zip
packages_apps_settings-293867bd109383a1a26b35bf6accb92c0bad264c.tar.gz
packages_apps_settings-293867bd109383a1a26b35bf6accb92c0bad264c.tar.bz2
b/2174155 Remove debug logging in bluetooth
Change-Id: Ia40af3bb362fe99fbfda1a23cdcb04fb96af7ca8
-rw-r--r--src/com/android/settings/bluetooth/CachedBluetoothDevice.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/settings/bluetooth/CachedBluetoothDevice.java b/src/com/android/settings/bluetooth/CachedBluetoothDevice.java
index ec8df3c..57bffa9 100644
--- a/src/com/android/settings/bluetooth/CachedBluetoothDevice.java
+++ b/src/com/android/settings/bluetooth/CachedBluetoothDevice.java
@@ -53,7 +53,7 @@ public class CachedBluetoothDevice implements Comparable<CachedBluetoothDevice>
private static final String TAG = "CachedBluetoothDevice";
private static final boolean D = LocalBluetoothManager.D;
private static final boolean V = LocalBluetoothManager.V;
- private static final boolean DEBUG = true; // STOPSHIP - disable before final rom
+ private static final boolean DEBUG = false;
private static final int CONTEXT_ITEM_CONNECT = Menu.FIRST + 1;
private static final int CONTEXT_ITEM_DISCONNECT = Menu.FIRST + 2;