Merge "BluetoothManager: Set DBG to false"

This commit is contained in:
Treehugger Robot
2018-12-01 04:44:09 +00:00
committed by Gerrit Code Review

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;