Index: tools/telemetry/telemetry/core/platform/profiler/android_prebuilt_profiler_helper.py |
diff --git a/tools/telemetry/telemetry/core/platform/profiler/android_prebuilt_profiler_helper.py b/tools/telemetry/telemetry/core/platform/profiler/android_prebuilt_profiler_helper.py |
index fa838eafe82563ab5e0857374e8dca68e4c22ec6..6d689d19f6e2804d802bba69fcb1e86a544f4f1b 100644 |
--- a/tools/telemetry/telemetry/core/platform/profiler/android_prebuilt_profiler_helper.py |
+++ b/tools/telemetry/telemetry/core/platform/profiler/android_prebuilt_profiler_helper.py |
@@ -28,6 +28,6 @@ def InstallOnDevice(device, profiler_binary): |
device_binary_path = GetDevicePath(profiler_binary) |
device.old_interface.PushIfNeeded(host_path, device_binary_path) |
- device.old_interface.RunShellCommand('chmod 777 ' + device_binary_path) |
+ device.RunShellCommand('chmod 777 ' + device_binary_path) |
return True |