| Index: build/android/pylib/remote/device/remote_device_gtest_run.py
|
| diff --git a/build/android/pylib/remote/device/remote_device_gtest_run.py b/build/android/pylib/remote/device/remote_device_gtest_run.py
|
| index ebbf10bda1acc672c7c13d2801473ef1ec4bfcad..33850f87f79f0c6df5d05e30d6f5710fad4908fc 100644
|
| --- a/build/android/pylib/remote/device/remote_device_gtest_run.py
|
| +++ b/build/android/pylib/remote/device/remote_device_gtest_run.py
|
| @@ -75,8 +75,6 @@ class RemoteDeviceGtestTestRun(remote_device_test_run.RemoteDeviceTestRun):
|
| if l.startswith(self._INSTRUMENTATION_STREAM_LEADER))
|
| results_list = self._test_instance.ParseGTestOutput(output)
|
| results.AddResults(results_list)
|
| - if self._env.only_output_failures:
|
| - logging.info('See logcat for more results information.')
|
|
|
| self._DetectPlatformErrors(results)
|
| return results
|
|
|