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 7a49e96bae5ec1d715cbc4a43542561db979977b..96b217b196357d58edad42b242b02b485b62e421 100644 |
--- a/build/android/pylib/remote/device/remote_device_gtest_run.py |
+++ b/build/android/pylib/remote/device/remote_device_gtest_run.py |
@@ -82,6 +82,11 @@ class RemoteDeviceGtestTestRun(remote_device_test_run.RemoteDeviceTestRun): |
results.AddResult(base_test_result.BaseTestResult( |
'Remote Service detected native crash.', |
base_test_result.ResultType.CRASH)) |
+ elif self._DidDeviceGoOffline(): |
+ self._LogLogcat() |
jbudorick
2015/08/10 18:07:05
Again, I think we want to get to a state where we
|
+ self._LogAdbTraceLog() |
+ raise remote_device_helper.RemoteDeviceError( |
+ 'Remote service unable to reach device.', is_infra_error=True) |
else: |
results.AddResult(base_test_result.BaseTestResult( |
'Remote Service detected error.', |