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

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

am ae8f67d7: Merge "logd: logcat unexpected EOF on slow consoles"

* commit 'ae8f67d7':
  logd: logcat unexpected EOF on slow consoles
parents de3ff60d ae8f67d7
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();