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

Commit e7412cf6 authored by Shunkai Yao's avatar Shunkai Yao Committed by Automerger Merge Worker
Browse files

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

Merge "AudioService: logging the master mute flag in hex" into main am: 50bb05e5 am: a21d8107 am: b0cb397b

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2871194



Change-Id: Iccd3739843b359dd68e6dd18eb33fac0794a7db2
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 4bb01961 b0cb397b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5106,7 +5106,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));
        }