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

Commit 60874f81 authored by William Escande's avatar William Escande
Browse files

BluetoothHeadset: change DBG default value

Test: build
Fix: 255822179
Change-Id: I2607f14ecb122990af0470a3061c1a4eaa31501b
parent b6c7c8e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ import java.util.concurrent.TimeoutException;
 */
public final class BluetoothHeadset implements BluetoothProfile {
    private static final String TAG = "BluetoothHeadset";
    private static final boolean DBG = true;
    private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG);
    private static final boolean VDBG = false;

    /**