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

Commit 5d520cb0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Reset buffer after stop protolog to file" am: 18493d62 am: 140fb234 am: 83bb3e26

parents a8ed408f 83bb3e26
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -259,6 +259,7 @@ public class BaseProtoLogImpl {
            if (writeToFile) {
                writeProtoLogToFileLocked();
                logAndPrintln(pw, "Log written to " + mLogFile + ".");
                mBuffer.resetBuffer();
            }
            if (mProtoLogEnabled) {
                logAndPrintln(pw, "ERROR: logging was re-enabled while waiting for flush.");