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

Unified Diff: telemetry/telemetry/core/android_platform.py

Issue 2398683006: [telemetry] Install PushAppsToBackground apk (Closed)
Patch Set: add method to test fake Created 4 years, 2 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 | telemetry/telemetry/core/platform.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/core/android_platform.py
diff --git a/telemetry/telemetry/core/android_platform.py b/telemetry/telemetry/core/android_platform.py
index 8ddb9f2c1086f1acb67b3ab4571963d261db2deb..b2e7e84173adb7c39f3c28a84916292b0a3f60ff 100644
--- a/telemetry/telemetry/core/android_platform.py
+++ b/telemetry/telemetry/core/android_platform.py
@@ -15,6 +15,9 @@ class AndroidPlatform(platform.Platform):
self._android_action_runner = android_action_runner.AndroidActionRunner(
platform_backend)
+ def Initialize(self):
+ self._platform_backend.Initialize()
+
@property
def android_action_runner(self):
return self._android_action_runner
« no previous file with comments | « no previous file | telemetry/telemetry/core/platform.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698