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

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

Issue 2398683006: [telemetry] Install PushAppsToBackground apk (Closed)
Patch Set: fixes 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
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..eb8829995e0e250a365ec65d7af727862e6b6d43 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.EnsureBackgroundApkInstalled()
+
@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') | telemetry/telemetry/internal/platform/android_platform_backend.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698