Merge "BluetoothManager: Set DBG to false" am: c4ce66dd2f
am: 1fe951bf59
Change-Id: Ia2e6dd5e7670818b9e2d7de920b8a5f4e465e13a
This commit is contained in:
@@ -52,8 +52,7 @@ import java.util.List;
|
||||
@RequiresFeature(PackageManager.FEATURE_BLUETOOTH)
|
||||
public final class BluetoothManager {
|
||||
private static final String TAG = "BluetoothManager";
|
||||
private static final boolean DBG = true;
|
||||
private static final boolean VDBG = true;
|
||||
private static final boolean DBG = false;
|
||||
|
||||
private final BluetoothAdapter mAdapter;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user