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

* commit 'ae8f67d71e9999325b8b914c01590369e4f628a5':
  logd: logcat unexpected EOF on slow consoles
diff --git a/logd/LogTimes.cpp b/logd/LogTimes.cpp
index 1a9a548..e7e3ec2 100644
--- a/logd/LogTimes.cpp
+++ b/logd/LogTimes.cpp
@@ -193,6 +193,7 @@
 
     if (me->skipAhead) {
         me->skipAhead--;
+        goto skip;
     }
 
     me->mStart = element->getMonotonicTime();