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

Commit 583c6835 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "BluetoothHeadset: change DBG default value" am: a304e8c7

parents cf842964 a304e8c7
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;

    /**