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

Commit ac5533f4 authored by Shunkai Yao's avatar Shunkai Yao
Browse files

AudioService: logging the master mute flag in hex

Bug: 288050380
Test: m
Change-Id: Ia8c4a060625d7309131b05706857c1cd3975ca1c
parent 91755c24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4946,7 +4946,7 @@ public class AudioService extends IAudioService.Stub
    private void setMasterMuteInternalNoCallerCheck(
            boolean mute, int flags, int userId, String eventSource) {
        if (DEBUG_VOL) {
            Log.d(TAG, TextUtils.formatSimple("Master mute %s, %d, user=%d from %s",
            Log.d(TAG, TextUtils.formatSimple("Master mute %s, flags 0x%x, userId=%d from %s",
                    mute, flags, userId, eventSource));
        }