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

Commit 01dc35b4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "AAudio: Update device ids logging on start" into main

parents 7f25241a ec0ddcd6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -206,6 +206,7 @@ aaudio_result_t AudioStream::systemStart() {

    aaudio_result_t result = requestStart_l();
    if (result == AAUDIO_OK) {
        mPlayerBase->baseUpdateDeviceIds(getDeviceIds());
        // We only call this for logging in "dumpsys audio". So ignore return code.
        (void) mPlayerBase->startWithStatus(getDeviceIds());
    }