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

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

update logging for ro.audio.silent

Bug: 327844864
Test: m
Change-Id: I1d9c039e247a377560d58319f9edaf38cbbbff96
parent 44e2167e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3509,7 +3509,7 @@ void PlaybackThread::checkSilentMode_l()
            char *endptr;
            unsigned long ul = strtoul(value, &endptr, 0);
            if (*endptr == '\0' && ul != 0) {
                ALOGD("Silence is golden");
                ALOGW("%s: mute from ro.audio.silent. Silence is golden", __func__);
                // The setprop command will not allow a property to be changed after
                // the first time it is set, so we don't have to worry about un-muting.
                setMasterMute_l(true);