Loading services/audioflinger/Threads.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading services/audioflinger/Threads.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
services/audioflinger/Threads.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading
services/audioflinger/Threads.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading