commit | 0e26ec6438036e8da400bf8a3d96ce149c37eb80 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Tue Feb 20 16:32:57 2024 -0800 |
committer | Andy Hung <hunga@google.com> | Tue Feb 20 16:57:55 2024 -0800 |
tree | 489d5f192143fcb5287d9f8fc088b217c34c8bf2 | |
parent | 11481c90a78049cf16917fadf5858bb1787fe5d8 [diff] [blame] |
Mute: Update logging Prevent undetected unexpected muting. Raise logging level to persist important messages longer. Test: logcat Bug: 326139945 Change-Id: I734800b29ca150ed4a85923197b15b768abf7ca2
diff --git a/services/audioflinger/AudioFlinger.cpp b/services/audioflinger/AudioFlinger.cpp index bac1c71..e7b4fe7 100644 --- a/services/audioflinger/AudioFlinger.cpp +++ b/services/audioflinger/AudioFlinger.cpp
@@ -2541,6 +2541,7 @@ bool mm; if (OK == dev->getMasterMute(&mm)) { mMasterMute = mm; + ALOGI_IF(mMasterMute, "%s: applying mute from HAL %s", __func__, name); } }