commit | ae8f67d71e9999325b8b914c01590369e4f628a5 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Fri Jun 06 15:09:02 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jun 06 15:09:02 2014 +0000 |
tree | 2d5ff488f27da008b7f43077daac0283ee48e34b | |
parent | b7b92ae22c172bbeb7af0d1e1efea9ee24976460 [diff] | |
parent | 8d7656b8c175cbb60162aff56cdfc51d551d9c14 [diff] |
Merge "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();