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

Unified Diff: telemetry/telemetry/internal/platform/android_platform_backend.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/internal/browser/browser_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/internal/platform/android_platform_backend.py
diff --git a/telemetry/telemetry/internal/platform/android_platform_backend.py b/telemetry/telemetry/internal/platform/android_platform_backend.py
index 93f3dccb1e70fb0505bbd5a6b32f84c886b739a2..904b977feb79413dfdebd4b9748ab16da13d4257 100644
--- a/telemetry/telemetry/internal/platform/android_platform_backend.py
+++ b/telemetry/telemetry/internal/platform/android_platform_backend.py
@@ -689,6 +689,9 @@ class AndroidPlatformBackend(
stdout=subprocess.PIPE).communicate()[0])
return (True, ret)
+ def GetMinidumpPath(self):
+ return None
+
def IsScreenOn(self):
"""Determines if device screen is on."""
return self._device.IsScreenOn()
« no previous file with comments | « telemetry/telemetry/internal/browser/browser_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698