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

Unified Diff: appengine/findit/crash/clusterfuzz_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 | « appengine/findit/crash/chrome_crash_data.py ('k') | appengine/findit/crash/crash_data.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/crash/clusterfuzz_data.py
diff --git a/appengine/findit/crash/clusterfuzz_data.py b/appengine/findit/crash/clusterfuzz_data.py
index e6a5123b995eb93ec7ea6b00fa7f452cbcf65034..0467821701fbc5b33218e83bfabf9e405793b38d 100644
--- a/appengine/findit/crash/clusterfuzz_data.py
+++ b/appengine/findit/crash/clusterfuzz_data.py
@@ -102,7 +102,6 @@ class ClusterfuzzData(CrashData):
# Delay the stacktrace parsing to the first time when stacktrace property
# gets called.
- self._stacktrace_str = crash_data['stack_trace']
self._top_n_frames = top_n_frames
self._stacktrace = None
self._stacktrace_parsed = False
« no previous file with comments | « appengine/findit/crash/chrome_crash_data.py ('k') | appengine/findit/crash/crash_data.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698