Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4765085 authored by Ajay Kumar's avatar Ajay Kumar Committed by Gerrit - the friendly Code Review server
Browse files

Bluetooth: Enable BTmanager logs

Enable BT Manager logs to debug
various issues like user switch,
aeroplane mode etc.

Change-Id: I4eeffc3df05f9e332ed7d6ae3c40a74280a61fd0
parent dfc3f6aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ import java.util.Map;

class BluetoothManagerService extends IBluetoothManager.Stub {
    private static final String TAG = "BluetoothManagerService";
    private static final boolean DBG = false;
    private static final boolean DBG = true;

    private static final String BLUETOOTH_ADMIN_PERM = android.Manifest.permission.BLUETOOTH_ADMIN;
    private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;