Index: build/android/pylib/local/device/local_device_test_run.py |
diff --git a/build/android/pylib/local/device/local_device_test_run.py b/build/android/pylib/local/device/local_device_test_run.py |
index 9c2cb3b96df3fdedc9cb69520c3488806efed4c6..e2343eadc7446e2311464dfc18e8d0faaab68fd3 100644 |
--- a/build/android/pylib/local/device/local_device_test_run.py |
+++ b/build/android/pylib/local/device/local_device_test_run.py |
@@ -92,7 +92,7 @@ |
raise TestsTerminated() |
try: |
- with signal_handler.SignalHandler(signal.SIGTERM, stop_tests): |
+ with signal_handler.AddSignalHandler(signal.SIGTERM, stop_tests): |
tries = 0 |
results = [] |
while tries < self._env.max_tries and tests: |