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 d2c87c6b1b83fdf9a06b4c22044e9dda714237ea..be1143e21953510bf5dfa6c7493a65c438c6fa9d 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 |
@@ -26,6 +26,6 @@ def InstallOnDevice(device, profiler_binary): |
return False |
device_binary_path = GetDevicePath(profiler_binary) |
- device.PushChangedFiles(host_path, device_binary_path) |
+ device.PushChangedFiles([(host_path, device_binary_path)]) |
device.RunShellCommand('chmod 777 ' + device_binary_path) |
return True |