diff --git a/selfdrive/tombstoned.py b/selfdrive/tombstoned.py index 74e514d2ab..8d23ed022d 100755 --- a/selfdrive/tombstoned.py +++ b/selfdrive/tombstoned.py @@ -156,6 +156,7 @@ def report_tombstone_apport(fn, client): crash_function = stacktrace_s[1] # Remove arguments that can contain pointers to make sentry one-liner unique + crash_function = " ".join(crash_function.split(' ')[2:]) crash_function = re.sub(r'\(.*?\)', '', crash_function) contents = stacktrace + "\n\n" + contents