diff options
author | Jaikumar Ganesh <jaikumar@google.com> | 2010-05-18 14:51:40 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-05-18 14:51:40 -0700 |
commit | ea6f6755ce15133238938bd9626b69e5f655a49c (patch) | |
tree | 8c06987d69b04e33f470505f78d07eebf21ee652 | |
parent | aa4db173a2465d74ea35cc7f736f6b2a5b01f72c (diff) | |
parent | ef95acebdc44a7cf2990c4302850fcb112b695d2 (diff) | |
download | frameworks_base-ea6f6755ce15133238938bd9626b69e5f655a49c.zip frameworks_base-ea6f6755ce15133238938bd9626b69e5f655a49c.tar.gz frameworks_base-ea6f6755ce15133238938bd9626b69e5f655a49c.tar.bz2 |
am ef95aceb: Merge "Removing STOPSHIP logs." into froyo
Merge commit 'ef95acebdc44a7cf2990c4302850fcb112b695d2' into froyo-plus-aosp
* commit 'ef95acebdc44a7cf2990c4302850fcb112b695d2':
Removing STOPSHIP logs.
-rw-r--r-- | core/java/android/bluetooth/BluetoothAdapter.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothAdapter.java b/core/java/android/bluetooth/BluetoothAdapter.java index 42d87f4..8eda844 100644 --- a/core/java/android/bluetooth/BluetoothAdapter.java +++ b/core/java/android/bluetooth/BluetoothAdapter.java @@ -63,7 +63,7 @@ import java.util.UUID; */ public final class BluetoothAdapter { private static final String TAG = "BluetoothAdapter"; - private static final boolean DBG = true; //STOPSHIP: Remove excess logging + private static final boolean DBG = false; /** * Sentinel error value for this class. Guaranteed to not equal any other |