Chromium Code Reviews
Description[Android] Fix logcat extraction code.
Currently, logcat extraction often fails, because the Process's output
buffer gets saturated with the logcat output. I've reimplemented the
code to manually grab the last N lines of the logcat output, and this
implementation should avoid the buffer saturation issue.
Note: When the logcat extraction fails, it actually causes the thread to
hang, which means that crash reports don't get processed!
BUG=654155
TEST=junit_tests
R=mariakhomenko@chromium.org
Committed: https://crrev.com/a8aba3c20875329d9f977253d5375552c33d6b4c
Cr-Commit-Position: refs/heads/master@{#424277}
Patch Set 1 #
Total comments: 3
Patch Set 2 : Fix import order #
Messages
Total messages: 14 (5 generated)
|
||||||||||||||||||||||||||||