OSDN Git Service

Remove STOPSHIP BT logging.
authorNick Pelly <npelly@google.com>
Thu, 8 Oct 2009 22:54:41 +0000 (00:54 +0200)
committerNick Pelly <npelly@google.com>
Thu, 8 Oct 2009 23:35:11 +0000 (01:35 +0200)
Do not merge.

Change-Id: I428bc0fc67030f24112f2e9c865824dfaea4897d
DrNo: eastham
Bug: 2089423
Joke: Why was Tigger looking in the toilet? To find Pooh

core/java/android/bluetooth/BluetoothAdapter.java
core/java/android/server/BluetoothService.java

index 5b34ef9..ff48583 100644 (file)
@@ -46,7 +46,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
index f0bd249..5c8c7cc 100644 (file)
@@ -61,7 +61,7 @@ import java.util.Map;
 
 public class BluetoothService extends IBluetooth.Stub {
     private static final String TAG = "BluetoothService";
-    private static final boolean DBG = true;
+    private static final boolean DBG = false;
 
     private int mNativeData;
     private BluetoothEventLoop mEventLoop;