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

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

Issue 2593593003: [Predator] Add Clusterfuzz stacktrace parser. (Closed)
Patch Set: Rebase and fix nit. Created 4 years 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: appengine/findit/crash/stacktrace_parser.py
diff --git a/appengine/findit/crash/stacktrace_parser.py b/appengine/findit/crash/stacktrace_parser.py
index 0080ce5e774ecd3f55845b4ce08edb5341053b09..f32c224458b8e5672962bdd0536543a96d2985c3 100644
--- a/appengine/findit/crash/stacktrace_parser.py
+++ b/appengine/findit/crash/stacktrace_parser.py
@@ -50,7 +50,3 @@ class StacktraceParser(object):
top_n_frames (int): Number of top frames to be keep in a callstack.
"""
raise NotImplementedError()
-
- def _IsStartOfNewCallStack(self, line):
- """Determines whether a line is the start of a new callstack or not."""
- raise NotImplementedError()
« no previous file with comments | « appengine/findit/crash/clusterfuzz_parser.py ('k') | appengine/findit/crash/test/callstack_detectors_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698