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

Commit 29130a71 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 7529640 from 987ce105 to sc-release

Change-Id: I307db754dc89134304f90d4a221885b875507f73
parents d336e05d 987ce105
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1442,8 +1442,8 @@ AudioPolicyService::OpRecordAudioMonitor::createIfNeeded(
            const AttributionSourceState& attributionSource, const audio_attributes_t& attr,
            wp<AudioCommandThread> commandThread)
{
    if (isServiceUid(attributionSource.uid)) {
        ALOGV("not silencing record for service %s",
    if (isAudioServerOrRootUid(attributionSource.uid)) {
        ALOGV("not silencing record for audio or root source %s",
                attributionSource.toString().c_str());
        return nullptr;
    }