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

Commit 15bc48b7 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by android-build-merger
Browse files

Merge "logd: wrap timed entry too early, timeout immediately"

am: ae6aa1f1

* commit 'ae6aa1f1':
  logd: wrap timed entry too early, timeout immediately
parents 44e06f5f ae6aa1f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -36,7 +36,7 @@ FlushCommand::FlushCommand(LogReader &reader,
        mLogMask(logMask),
        mLogMask(logMask),
        mPid(pid),
        mPid(pid),
        mStart(start),
        mStart(start),
        mTimeout(timeout) {
        mTimeout((start > 1) ? timeout : 0) {
}
}


// runSocketCommand is called once for every open client on the
// runSocketCommand is called once for every open client on the