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 150bb0c6d1385ddc47b6b8d833ded64c4353dadb..d2c87c6b1b83fdf9a06b4c22044e9dda714237ea 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 |
@@ -10,7 +10,6 @@ import os |
from telemetry import decorators |
from telemetry.util import support_binaries |
- |
_DEVICE_PROFILER_DIR = '/data/local/tmp/profilers/' |
@@ -30,4 +29,3 @@ def InstallOnDevice(device, profiler_binary): |
device.PushChangedFiles(host_path, device_binary_path) |
device.RunShellCommand('chmod 777 ' + device_binary_path) |
return True |
- |