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

Commit 50bb05e5 authored by Shunkai Yao's avatar Shunkai Yao Committed by Gerrit Code Review
Browse files

Merge "AudioService: logging the master mute flag in hex" into main

parents 3f1ed978 ac5533f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4954,7 +4954,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));
        }