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

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

Issue 2593593003: [Predator] Add Clusterfuzz stacktrace parser. (Closed)
Patch Set: fix nits. 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 d9b7f4720243eb086097e04a76d0b4eaaa24c62b..965588279ce23ee7152888cec1c0d6c7431f6e10 100644
--- a/appengine/findit/crash/stacktrace_parser.py
+++ b/appengine/findit/crash/stacktrace_parser.py
@@ -22,7 +22,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()

Powered by Google App Engine
This is Rietveld 408576698