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

Commit ff97881f authored by Mark Salyzyn's avatar Mark Salyzyn Committed by Android Git Automerger
Browse files

am 6a5b8cf5: am 02de7d7a: am ae8f67d7: Merge "logd: logcat unexpected EOF on slow consoles"

* commit '6a5b8cf5':
  logd: logcat unexpected EOF on slow consoles
parents 8eb268fe 6a5b8cf5
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();