Descriptiontest_runner.py Fix error message being intertwined with log messages
Before change:
I 0.025s Main Using device cache: /usr/local/...
Could not find apk or executable for base_unittestsI 0.026s Main Wrote device cache: /usr/...
E 0.028s Main Unrecognized error occurred.
After change:
I 0.025s Main Using device cache: /usr/local/...
C 0.025s Main Could not find apk or executable for base_unittests
I 0.026s Main Wrote device cache: /usr/local/...
BUG=None
Committed: https://crrev.com/63d20783065cf2866ff4c525f3679ebd35c5500d
Cr-Commit-Position: refs/heads/master@{#373559}
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 10 (5 generated)
|