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