Remove STOPSHIP BT logging.

Do not merge.

Change-Id: I428bc0fc67030f24112f2e9c865824dfaea4897d
DrNo: eastham
Bug: 2089423
Joke: Why was Tigger looking in the toilet? To find Pooh
This commit is contained in:
Nick Pelly
2009-10-09 00:54:41 +02:00
parent e6ee3be1c2
commit db7ae10d6b
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ import java.util.UUID;
*/ */
public final class BluetoothAdapter { public final class BluetoothAdapter {
private static final String TAG = "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 * Sentinel error value for this class. Guaranteed to not equal any other

View File

@@ -61,7 +61,7 @@ import java.util.Map;
public class BluetoothService extends IBluetooth.Stub { public class BluetoothService extends IBluetooth.Stub {
private static final String TAG = "BluetoothService"; private static final String TAG = "BluetoothService";
private static final boolean DBG = true; private static final boolean DBG = false;
private int mNativeData; private int mNativeData;
private BluetoothEventLoop mEventLoop; private BluetoothEventLoop mEventLoop;