summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Chan <mchan@android.com>2010-04-07 16:35:48 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-04-07 16:35:48 -0700
commit12b01014da539f20c8002a45cf72b5add26058d0 (patch)
tree91a57faab11a3f6d953734eb235c953bdf5f5370 /src
parentecfe14cb62330e9f62ae2241af3d639d4bddb292 (diff)
parent0557a7062d4e40d895cbc86253a39cfe7f720f06 (diff)
downloadpackages_apps_Settings-12b01014da539f20c8002a45cf72b5add26058d0.zip
packages_apps_Settings-12b01014da539f20c8002a45cf72b5add26058d0.tar.gz
packages_apps_Settings-12b01014da539f20c8002a45cf72b5add26058d0.tar.bz2
am 0557a706: Merge "b/2174155 Remove debug logging in bluetooth" into froyo
Merge commit '0557a7062d4e40d895cbc86253a39cfe7f720f06' into kraken * commit '0557a7062d4e40d895cbc86253a39cfe7f720f06': b/2174155 Remove debug logging in bluetooth
Diffstat (limited to 'src')
-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;