logd: logcat unexpected EOF on slow consoles
Change-Id: I3520aa05e080de85df352ef36ae16e0406311f3c
This commit is contained in:
parent
b7b92ae22c
commit
8d7656b8c1
|
@ -193,6 +193,7 @@ bool LogTimeEntry::FilterSecondPass(const LogBufferElement *element, void *obj)
|
|||
|
||||
if (me->skipAhead) {
|
||||
me->skipAhead--;
|
||||
goto skip;
|
||||
}
|
||||
|
||||
me->mStart = element->getMonotonicTime();
|
||||
|
|
Loading…
Reference in New Issue