Index: build/android/host_heartbeat.py |
diff --git a/build/android/host_heartbeat.py b/build/android/host_heartbeat.py |
index 6a7cdd1d8e6bdb96e1b29f0725fac5f82f811b15..d5898ab6284b4655e28cf63df65f4c342cb3ede8 100755 |
--- a/build/android/host_heartbeat.py |
+++ b/build/android/host_heartbeat.py |
@@ -19,7 +19,7 @@ PULSE_PERIOD = 20 |
def main(): |
while True: |
try: |
- devices = device_utils.DeviceUtils.HealthyDevices() |
+ devices = device_utils.DeviceUtils.HealthyDevices(blacklist=None) |
for d in devices: |
d.RunShellCommand(['touch', '/sdcard/host_heartbeat'], |
check_return=True) |