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 6d689d19f6e2804d802bba69fcb1e86a544f4f1b..150bb0c6d1385ddc47b6b8d833ded64c4353dadb 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 |
@@ -27,7 +27,7 @@ def InstallOnDevice(device, profiler_binary): |
return False |
device_binary_path = GetDevicePath(profiler_binary) |
- device.old_interface.PushIfNeeded(host_path, device_binary_path) |
+ device.PushChangedFiles(host_path, device_binary_path) |
device.RunShellCommand('chmod 777 ' + device_binary_path) |
return True |