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

Commit 8e76fe30 authored by Jeremy Wu's avatar Jeremy Wu
Browse files

PolicyAudioPort: fix a log message in |pickAudioProfile|

Bug: 367117623
Test: verify log
Flag: EXEMPT trivial log change
Change-Id: I9137abc88f7abe03e3dbe1de5e9c1522620f2c76
parent f63279ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -254,7 +254,7 @@ void PolicyAudioPort::pickAudioProfile(uint32_t &samplingRate,
        }
    }
    ALOGV("%s Port[nm:%s] profile rate=%d, format=%d, channels=%d", __FUNCTION__,
            asAudioPort()->getName().c_str(), samplingRate, channelMask, format);
            asAudioPort()->getName().c_str(), samplingRate, format, channelMask);
}

status_t PolicyAudioPort::checkAudioProfile(