commit | 6fb268985c71927fbd86e260d96564e602cd3577 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Tue Feb 20 16:32:57 2024 -0800 |
committer | Andy Hung <hunga@google.com> | Wed Mar 13 12:04:01 2024 -0700 |
tree | 0fe9935861122071c2648fb2806223b188dede6d | |
parent | 9a07218338937e2ce357db2e767c62ac10f4990c [diff] [blame] |
Mute: Update logging Prevent undetected unexpected muting. Raise logging level to persist important messages longer. Test: logcat Bug: 326139945 Merged-In: I734800b29ca150ed4a85923197b15b768abf7ca2 Change-Id: I734800b29ca150ed4a85923197b15b768abf7ca2
diff --git a/services/audioflinger/AudioFlinger.cpp b/services/audioflinger/AudioFlinger.cpp index c5424a2..97c80a8 100644 --- a/services/audioflinger/AudioFlinger.cpp +++ b/services/audioflinger/AudioFlinger.cpp
@@ -2551,6 +2551,7 @@ bool mm; if (OK == dev->getMasterMute(&mm)) { mMasterMute = mm; + ALOGI_IF(mMasterMute, "%s: applying mute from HAL %s", __func__, name); } }