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

Commit 53a790a4 authored by Atneya Nair's avatar Atneya Nair Committed by Android (Google) Code Review
Browse files

Merge "Increase audioflinger local log size" into main

parents 039ba37f 0423af92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1060,7 +1060,7 @@ void ThreadBase::dump(int fd, const Vector<String16>& args)
    dprintf(fd, "  Local log:\n");
    const auto logHeader = this->getLocalLogHeader();
    write(fd, logHeader.data(), logHeader.length());
    mLocalLog.dump(fd, "   " /* prefix */, 40 /* lines */);
    mLocalLog.dump(fd, "   " /* prefix */);

    // --all does the statistics
    bool dumpAll = false;
+1 −1
Original line number Diff line number Diff line
@@ -891,7 +891,7 @@ protected:
                    bool                mHasChanged = false;
                };

                SimpleLog mLocalLog;  // locked internally
                SimpleLog mLocalLog {/* maxLogLines= */ 120};  // locked internally

    // mThreadloopExecutor contains deferred functors and object (dtors) to
    // be executed at the end of the processing period, without any