test_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

Review URL: https://codereview.chromium.org/1666983002

Cr-Commit-Position: refs/heads/master@{#373559}
1 file changed