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

Commit 5815a312 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "[le audio] Enable mcp debug log" am: 3f51c0e0 am: 273d68ac am: 274dfab5

parents 612ebb29 274dfab5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ import java.util.UUID;
 */
public class MediaControlGattService implements MediaControlGattServiceInterface {
    private static final String TAG = "MediaControlGattService";
    private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG);
    private static final boolean DBG = Log.isLoggable(TAG, Log.INFO);
    private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE);

    /* MCS assigned UUIDs */