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

Commit 415ce1d4 authored by Ajay Kumar's avatar Ajay Kumar
Browse files

Bluetooth: Enable BTmanager logs

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

Change-Id: I4eeffc3df05f9e332ed7d6ae3c40a74280a61fd0
parent 09ecabc3
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;