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

Commit df2625e0 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 8387

* changes:
  Fix issue 1999585: audioflinger crash.
parents 9afb96e6 fd558a97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -235,7 +235,7 @@ status_t AudioFlinger::dump(int fd, const Vector<String16>& args)
        }

        // dump record threads
        for (size_t i = 0; i < mPlaybackThreads.size(); i++) {
        for (size_t i = 0; i < mRecordThreads.size(); i++) {
            mRecordThreads[i]->dump(fd, args);
        }