Merge "logd: wrap timed entry too early, timeout immediately"
am: ae6aa1f1ed
* commit 'ae6aa1f1ed2a342b826b4e3a69267af8284ba52f':
logd: wrap timed entry too early, timeout immediately
This commit is contained in:
commit
15bc48b75e
|
@ -36,7 +36,7 @@ FlushCommand::FlushCommand(LogReader &reader,
|
|||
mLogMask(logMask),
|
||||
mPid(pid),
|
||||
mStart(start),
|
||||
mTimeout(timeout) {
|
||||
mTimeout((start > 1) ? timeout : 0) {
|
||||
}
|
||||
|
||||
// runSocketCommand is called once for every open client on the
|
||||
|
|
Loading…
Reference in New Issue