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

Unified Diff: appengine/findit/crash/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 | « appengine/findit/crash/clusterfuzz_data.py ('k') | appengine/findit/crash/crash_match.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/crash/crash_data.py
diff --git a/appengine/findit/crash/crash_data.py b/appengine/findit/crash/crash_data.py
index 3c8a07154b752c0f1cfa380b885ab2a31a8c03c1..513da79e090a56d9457c19a50671c991d08edd33 100644
--- a/appengine/findit/crash/crash_data.py
+++ b/appengine/findit/crash/crash_data.py
@@ -55,6 +55,7 @@ class CrashData(object):
self._crashed_version = crash_data['chrome_version']
self._signature = crash_data['signature']
self._platform = crash_data['platform']
+ self._stacktrace_str = crash_data['stack_trace'] or ''
@property
def identifiers(self):
« no previous file with comments | « appengine/findit/crash/clusterfuzz_data.py ('k') | appengine/findit/crash/crash_match.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698