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

* commit '02de7d7a87b6918e2c7d70ba9445a3e1559f13d8':
  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();