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

Unified Diff: telemetry/telemetry/internal/app/__init__.py

Issue 2052353003: Adding utility methods to retrieve minidump paths from the browser. (Closed) Base URL: git@github.com:catapult-project/catapult@master
Patch Set: Refactoring GetAllMinidumpPaths to check breakpad format when crashpad_database_util isn't present. Created 4 years, 5 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 | « telemetry/telemetry/core/exceptions.py ('k') | telemetry/telemetry/internal/backends/app_backend.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/internal/app/__init__.py
diff --git a/telemetry/telemetry/internal/app/__init__.py b/telemetry/telemetry/internal/app/__init__.py
index af96cc6a8dd1b753a3ef3146e254e6967f23f5f6..0a1d389af979adce23837687a0c9a928e746cf27 100644
--- a/telemetry/telemetry/internal/app/__init__.py
+++ b/telemetry/telemetry/internal/app/__init__.py
@@ -39,3 +39,6 @@ class App(object):
def GetStackTrace(self):
return self._app_backend.GetStackTrace()
+
+ def GetMostRecentMinidumpPath(self):
+ return self._app_backend.GetMostRecentMinidumpPath()
« no previous file with comments | « telemetry/telemetry/core/exceptions.py ('k') | telemetry/telemetry/internal/backends/app_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698