Merge "BluetoothManager: Set DBG to false"

am: c4ce66dd2f

Change-Id: I2effa2e6fc5807e64f0b947b195e0d90296bca2e
This commit is contained in:
Myles Watson
2018-11-30 21:06:18 -08:00
committed by android-build-merger

View File

@@ -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;