| Index: build/android/pylib/perf/test_runner.py
|
| diff --git a/build/android/pylib/perf/test_runner.py b/build/android/pylib/perf/test_runner.py
|
| index 222d7816ca940db4703896e08a4530e9ed60a3bc..6aa0f41f5c8ad155bda9a7886ec7cf0c20981293 100644
|
| --- a/build/android/pylib/perf/test_runner.py
|
| +++ b/build/android/pylib/perf/test_runner.py
|
| @@ -307,7 +307,7 @@ class TestRunner(base_test_runner.BaseTestRunner):
|
| json_output = self._ReadChartjsonOutput()
|
| except cmd_helper.TimeoutError as e:
|
| exit_code = -1
|
| - output = str(e)
|
| + output = e.output
|
| json_output = ''
|
| finally:
|
| self._CleanupOutputDirectory()
|
|
|