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

Commit 0423af92 authored by Atneya Nair's avatar Atneya Nair
Browse files

Increase audioflinger local log size

More historical data for BR applicability.

Test: adb shell dumpsys media.audio_flinger
Flag: EXEMPT logs only
Bug: 372070273
Change-Id: I32ae200187f235b7a7394de9cb6ab1439f46395b
parent b01390fa
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