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

Commit ddc014f7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "aaudio: remove redundant message from test-return_stop.cpp"

parents 9c190055 384a196f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -228,8 +228,6 @@ int main(int argc, char **argv) {
        result = AAudioStream_requestStart(engine.stream);
        printf("AAudioStream_requestStart() returned %d >>>>>>>>>>>>>>>>>>>>>>\n", result);
        if (result != AAUDIO_OK) {
            printf("ERROR - AAudioStream_requestStart returned %s",
                   AAudio_convertResultToText(result));
            errorCount++;
            break;
        }