Skip to content

Commit

Permalink
Fixes bug 697145, add
Browse files Browse the repository at this point in the history
mozilla::AndroidBridge::AutoLocalJNIFrame::~AutoLocalJNIFrame
to the prefix list
  • Loading branch information
lauraxt committed Mar 21, 2012
1 parent 26c9a10 commit d923ec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/config/processorconfig.py.dist
Expand Up @@ -238,6 +238,7 @@ prefixSignatureRegEx = '|'.join([
'_alloca_probe.*',
'TouchBadMemory',
'pthread_mutex_lock',
'mozilla::AndroidBridge::AutoLocalJNIFrame::~AutoLocalJNIFrame',
])

signaturesWithLineNumbersRegEx = cm.Option()
Expand Down

1 comment on commit d923ec9

@twobraids
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+ (i tested the inclusion of ~ in a regex, it's ok)

Please sign in to comment.