logd: logcat unexpected EOF on slow consoles

Change-Id: I3520aa05e080de85df352ef36ae16e0406311f3c
This commit is contained in:
Mark Salyzyn 2014-06-05 15:58:43 -07:00
parent b7b92ae22c
commit 8d7656b8c1
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ bool LogTimeEntry::FilterSecondPass(const LogBufferElement *element, void *obj)
if (me->skipAhead) {
me->skipAhead--;
goto skip;
}
me->mStart = element->getMonotonicTime();