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

Unified Diff: telemetry/telemetry/android/shared_android_state.py

Issue 2074183002: [telemetry] Try to print browser logs and capture a screenshot upon story failure (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: Add DumpStateUponFailure to _FakeBrowser Created 4 years, 6 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/internal/browser/browser.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/android/shared_android_state.py
diff --git a/telemetry/telemetry/android/shared_android_state.py b/telemetry/telemetry/android/shared_android_state.py
index bb813bd086cf9313068588a11be693013ec3140b..d5a4e6903723856e8aefb134450a79ddbb6e50fb 100644
--- a/telemetry/telemetry/android/shared_android_state.py
+++ b/telemetry/telemetry/android/shared_android_state.py
@@ -76,3 +76,7 @@ class SharedAndroidState(story_module.SharedState):
Currently, there is no clean-up needed from SharedAndroidState.__init__.
"""
pass
+
+ def DumpStateUponFailure(self, story, results):
+ # TODO: Dump the state of the Android app.
+ pass
« no previous file with comments | « no previous file | telemetry/telemetry/internal/browser/browser.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698