Skip to content

Commit

Permalink
Fixes bug 702657, make sure all dalvik-heap frames are caught as
Browse files Browse the repository at this point in the history
irrelevant
  • Loading branch information
lauraxt committed Jan 18, 2012
1 parent df040bc commit d50cee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config/processorconfig.py.dist
Expand Up @@ -129,7 +129,7 @@ irrelevantSignatureRegEx.default = '|'.join([
'linux-gate\.so@0x.*',
'libdvm\.so\s*@\s*0x.*',
'dalvik-LinearAlloc\s*@0x.*',
'dalvik-heap\s*@0x.*',
'dalvik-heap',
'data@app@org\.mozilla\.fennec-1\.apk@classes\.dex@0x.*',
'libc\.so@.*',
'libEGL\.so@.*',
Expand Down

0 comments on commit d50cee7

Please sign in to comment.