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

Unified Diff: tools/telemetry/telemetry/core/platform/android_platform_backend.py

Issue 23601016: Telemetry / Android: uses the right adb for CacheControl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/platform/android_platform_backend.py
diff --git a/tools/telemetry/telemetry/core/platform/android_platform_backend.py b/tools/telemetry/telemetry/core/platform/android_platform_backend.py
index c39982746e7e49a6472d3685d190eb3f5563dc53..97668bf566754c2a310af2f114f13211855e3ab5 100644
--- a/tools/telemetry/telemetry/core/platform/android_platform_backend.py
+++ b/tools/telemetry/telemetry/core/platform/android_platform_backend.py
@@ -122,7 +122,7 @@ class AndroidPlatformBackend(platform_backend.PlatformBackend):
return False
def FlushEntireSystemCache(self):
- cache_control = perf_tests_helper.CacheControl(self._adb.Adb())
+ cache_control = perf_tests_helper.CacheControl(self._adb)
cache_control.DropRamCaches()
def FlushSystemCacheForDirectory(self, directory, ignoring=None):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698