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

Commit 8742205b authored by Sumit Bajpai's avatar Sumit Bajpai Committed by Linux Build Service Account
Browse files

BT: HF: Control verbose logging at runtime.

Verbose logging in BluetoothHeadset can be
controlled from adb shell.

Change-Id: If63974402a4fc91065c8007a224388af12f49cf7
CRs-Fixed: 601899
parent 8dc8f10d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ import java.util.List;
public final class BluetoothHeadset implements BluetoothProfile {
    private static final String TAG = "BluetoothHeadset";
    private static final boolean DBG = true;
    private static final boolean VDBG = false;
    private static final boolean VDBG = true;

    /**
     * Intent used to broadcast the change in connection state of the Headset