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

Unified Diff: appengine/findit/crash/chrome_crash_data.py

Issue 2704843002: [Predator] Add TouchCrashedDirectory feature. (Closed)
Patch Set: . Created 3 years, 10 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 | appengine/findit/crash/clusterfuzz_data.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/crash/chrome_crash_data.py
diff --git a/appengine/findit/crash/chrome_crash_data.py b/appengine/findit/crash/chrome_crash_data.py
index 474d8d411296cabd28c157fa1b58fcb9bd27e93c..eaa4d6dda10b2610129388df7619f7121da1f757 100644
--- a/appengine/findit/crash/chrome_crash_data.py
+++ b/appengine/findit/crash/chrome_crash_data.py
@@ -97,7 +97,6 @@ class ChromeCrashData(CrashData):
# Delay the stacktrace parsing to the first time when stacktrace property
# gets called.
- self._stacktrace_str = crash_data['stack_trace'] or ''
self._top_n_frames = top_n_frames
self._stacktrace = None
« no previous file with comments | « no previous file | appengine/findit/crash/clusterfuzz_data.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698