Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(293)

Unified Diff: trunk/src/tools/telemetry/telemetry/core/platform/profiler/android_prebuilt_profiler_helper.py

Issue 111773002: Revert 239784 "Make page_cycler.py fully measure memory for each..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: trunk/src/tools/telemetry/telemetry/core/platform/profiler/android_prebuilt_profiler_helper.py
===================================================================
--- trunk/src/tools/telemetry/telemetry/core/platform/profiler/android_prebuilt_profiler_helper.py (revision 239788)
+++ trunk/src/tools/telemetry/telemetry/core/platform/profiler/android_prebuilt_profiler_helper.py (working copy)
@@ -34,5 +34,6 @@
def InstallOnDevice(adb, profiler_binary):
GetIfChanged(profiler_binary)
- adb.PushIfNeeded(GetHostPath(profiler_binary), GetDevicePath(profiler_binary))
- adb.RunShellCommand('chmod 777 ' + GetDevicePath(profiler_binary))
+ adb.Adb().PushIfNeeded(GetHostPath(profiler_binary),
+ GetDevicePath(profiler_binary))
+ adb.Adb().RunShellCommand('chmod 777 ' + GetDevicePath(profiler_binary))

Powered by Google App Engine
This is Rietveld 408576698