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

Unified Diff: tools/telemetry/telemetry/core/exceptions.py

Issue 1580313002: Revert of Added unit test for stack traces in telemetry crashes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: tools/telemetry/telemetry/core/exceptions.py
diff --git a/tools/telemetry/telemetry/core/exceptions.py b/tools/telemetry/telemetry/core/exceptions.py
index b16efaacfd60fdf8b608080963d0303745b5307d..96eb6fb20f41a5b1764224f992c7b3f92d9eb61b 100644
--- a/tools/telemetry/telemetry/core/exceptions.py
+++ b/tools/telemetry/telemetry/core/exceptions.py
@@ -67,10 +67,6 @@
self._app_stdout = app.GetStandardOutput().splitlines()
except Exception as err:
logging.error('Problem when trying to gather standard output: %s' % err)
-
- @property
- def stack_trace(self):
- return self._stack_trace
def __str__(self):
divider = '*' * 80
« no previous file with comments | « tools/perf/core/stacktrace_unittest.py ('k') | tools/telemetry/telemetry/internal/backends/chrome/desktop_browser_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698