am 0557a706
: Merge "b/2174155 Remove debug logging in bluetooth" into froyo
Merge commit '0557a7062d4e40d895cbc86253a39cfe7f720f06' into kraken * commit '0557a7062d4e40d895cbc86253a39cfe7f720f06': b/2174155 Remove debug logging in bluetooth
This commit is contained in:
@@ -53,7 +53,7 @@ public class CachedBluetoothDevice implements Comparable<CachedBluetoothDevice>
|
|||||||
private static final String TAG = "CachedBluetoothDevice";
|
private static final String TAG = "CachedBluetoothDevice";
|
||||||
private static final boolean D = LocalBluetoothManager.D;
|
private static final boolean D = LocalBluetoothManager.D;
|
||||||
private static final boolean V = LocalBluetoothManager.V;
|
private static final boolean V = LocalBluetoothManager.V;
|
||||||
private static final boolean DEBUG = true; // STOPSHIP - disable before final rom
|
private static final boolean DEBUG = false;
|
||||||
|
|
||||||
private static final int CONTEXT_ITEM_CONNECT = Menu.FIRST + 1;
|
private static final int CONTEXT_ITEM_CONNECT = Menu.FIRST + 1;
|
||||||
private static final int CONTEXT_ITEM_DISCONNECT = Menu.FIRST + 2;
|
private static final int CONTEXT_ITEM_DISCONNECT = Menu.FIRST + 2;
|
||||||
|
Reference in New Issue
Block a user