summaryrefslogtreecommitdiffstats
path: root/build/android/host_heartbeat.py
diff options
context:
space:
mode:
authorjbudorick@chromium.org <jbudorick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-12 03:16:11 +0000
committerjbudorick@chromium.org <jbudorick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-12 03:16:11 +0000
commit258068f3f188817fc7a27d46e24ab442af835c29 (patch)
tree3f6cb1b9de321dccff621a2e5b8be2cf2391ce82 /build/android/host_heartbeat.py
parentf065688a5efe759f297f4f9b7e907ac9eb167f01 (diff)
downloadchromium_src-258068f3f188817fc7a27d46e24ab442af835c29.zip
chromium_src-258068f3f188817fc7a27d46e24ab442af835c29.tar.gz
chromium_src-258068f3f188817fc7a27d46e24ab442af835c29.tar.bz2
[Android] Clean up a few uses of the not-yet-existent DeviceUtils interface.
BUG=267773 Review URL: https://codereview.chromium.org/234423006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263463 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/android/host_heartbeat.py')
-rwxr-xr-xbuild/android/host_heartbeat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/host_heartbeat.py b/build/android/host_heartbeat.py
index 429fca9..4231069 100755
--- a/build/android/host_heartbeat.py
+++ b/build/android/host_heartbeat.py
@@ -22,7 +22,7 @@ def main():
try:
devices = android_commands.GetAttachedDevices()
for device_serial in devices:
- device_utils.DeviceUtils(device_serial).RunShellCommand(
+ device_utils.DeviceUtils(device_serial).old_interface.RunShellCommand(
'touch /sdcard/host_heartbeat')
except:
# Keep the heatbeat running bypassing all errors.