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

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

Issue 858093003: Fix flaky testWebView on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review fix Created 5 years, 11 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 | « tools/telemetry/telemetry/core/backends/android_app_backend.py ('k') | 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.py
diff --git a/tools/telemetry/telemetry/core/platform/android_platform.py b/tools/telemetry/telemetry/core/platform/android_platform.py
index 7bb05532938b87b8c3d8d221a0a31bdc6a899dd3..6d22a7d58e389b31ad7250b86fecae8e399c8c40 100644
--- a/tools/telemetry/telemetry/core/platform/android_platform.py
+++ b/tools/telemetry/telemetry/core/platform/android_platform.py
@@ -19,7 +19,8 @@ class AndroidPlatform(platform.Platform):
start_intent: The intent to use to start the app.
is_app_ready_predicate: A predicate function to determine
whether the app is ready. This is a function that takes an
- AndroidApp instance and return a boolean.
+ AndroidApp instance and return a boolean. When it is not passed in,
+ the app is ready by default.
"""
self._platform_backend.DismissCrashDialogIfNeeded()
app_backend = android_app_backend.AndroidAppBackend(
« no previous file with comments | « tools/telemetry/telemetry/core/backends/android_app_backend.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698