summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaikumar Ganesh <jaikumar@google.com>2010-05-18 14:48:05 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-05-18 14:48:05 -0700
commitef95acebdc44a7cf2990c4302850fcb112b695d2 (patch)
tree4a693456cb8c6e54fe588d51a316158666b6c7b7
parent9a212adcffbc4b32d51f512889b33ba584647aa9 (diff)
parentaf21fa61c2158fa2a693d98bb281abd56e658b40 (diff)
downloadframeworks_base-ef95acebdc44a7cf2990c4302850fcb112b695d2.zip
frameworks_base-ef95acebdc44a7cf2990c4302850fcb112b695d2.tar.gz
frameworks_base-ef95acebdc44a7cf2990c4302850fcb112b695d2.tar.bz2
Merge "Removing STOPSHIP logs." into froyo
-rw-r--r--core/java/android/bluetooth/BluetoothAdapter.java2
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