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( |