Skip to content

Commit

Permalink
Fixes bug 733235, add MOZ_Crash and MOZ_Assert to the irrelevant list
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraxt authored and adngdb committed Mar 27, 2012
1 parent 4051dd8 commit 950cbaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/config/processorconfig.py.dist
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ irrelevantSignatureRegEx.default = '|'.join([
'google_breakpad::ExceptionHandler::HandleInvalidParameter.*',
'libicudata.so@.*',
'_ZdlPv',
'MOZ_Crash',
'MOZ_Assert',
])

prefixSignatureRegEx = cm.Option()
Expand Down

0 comments on commit 950cbaa

Please sign in to comment.