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

Commit 3f6faa9c authored by Rongxuan Liu's avatar Rongxuan Liu
Browse files

[le audio] Enable mcp debug log

Tag: #feature
Bug: 278290776
Test: build
Change-Id: I7e39a0e122e3ff8696fae503d016375180cacf96
parent ce7fd35b
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 */