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

Commit 8d7656b8 authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

logd: logcat unexpected EOF on slow consoles

Change-Id: I3520aa05e080de85df352ef36ae16e0406311f3c
parent b7b92ae2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -193,6 +193,7 @@ bool LogTimeEntry::FilterSecondPass(const LogBufferElement *element, void *obj)

    if (me->skipAhead) {
        me->skipAhead--;
        goto skip;
    }

    me->mStart = element->getMonotonicTime();