diff options
| author | Michael Chan <mchan@android.com> | 2010-04-07 15:48:07 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-04-07 15:48:07 -0700 |
| commit | 0557a7062d4e40d895cbc86253a39cfe7f720f06 (patch) | |
| tree | 0c64cdf8850a001fccef09b86e1fb94a315eb293 | |
| parent | 263b7704bc7567429a9ed145d8f572066e510c5f (diff) | |
| parent | 293867bd109383a1a26b35bf6accb92c0bad264c (diff) | |
| download | packages_apps_Settings-0557a7062d4e40d895cbc86253a39cfe7f720f06.zip packages_apps_Settings-0557a7062d4e40d895cbc86253a39cfe7f720f06.tar.gz packages_apps_Settings-0557a7062d4e40d895cbc86253a39cfe7f720f06.tar.bz2 | |
Merge "b/2174155 Remove debug logging in bluetooth" into froyo
| -rw-r--r-- | src/com/android/settings/bluetooth/CachedBluetoothDevice.java | 2 |
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; |
