Index: build/android/pylib/local/device/local_device_gtest_run.py |
diff --git a/build/android/pylib/local/device/local_device_gtest_run.py b/build/android/pylib/local/device/local_device_gtest_run.py |
index 4856f596d2bbc2b582ab4f0acb562c861aafd0a1..e92a836aede5b8702362883af661622fbda42086 100644 |
--- a/build/android/pylib/local/device/local_device_gtest_run.py |
+++ b/build/android/pylib/local/device/local_device_gtest_run.py |
@@ -418,6 +418,9 @@ class LocalDeviceGtestRun(local_device_test_run.LocalDeviceTestRun): |
if not self._env.skip_clear_data: |
self._delegate.Clear(device) |
+ for l in output: |
+ logging.info(l) |
+ |
# Parse the output. |
# TODO(jbudorick): Transition test scripts away from parsing stdout. |
if self._test_instance.enable_xml_result_parsing: |