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

Commit 7271c452 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Enable the Debug Logs for Hearing Aids Profile"

parents 3d087404 420a0eb5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ import java.util.concurrent.locks.ReentrantReadWriteLock;
 */
public final class BluetoothHearingAid implements BluetoothProfile {
    private static final String TAG = "BluetoothHearingAid";
    private static final boolean DBG = false;
    private static final boolean DBG = true;
    private static final boolean VDBG = false;

    /**