am 59778b3c: am db7ae10d: (-s ours) Remove STOPSHIP BT logging.

Merge commit '59778b3c19c52aed840ec2350b12f73cc05b92af' into eclair-mr2-plus-aosp

* commit '59778b3c19c52aed840ec2350b12f73cc05b92af':
This commit is contained in:
Nick Pelly
2009-10-08 17:53:59 -07:00
committed by Android Git Automerger
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ import java.util.UUID;
*/
public final class BluetoothAdapter {
private static final String TAG = "BluetoothAdapter";
private static final boolean DBG = false;
private static final boolean DBG = true; //STOPSHIP: Remove excess logging
/**
* 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 {
private static final String TAG = "BluetoothService";
private static final boolean DBG = false;
private static final boolean DBG = true;
private int mNativeData;
private BluetoothEventLoop mEventLoop;