DescriptionSet exception whitelist check as earlier check instead of last check.
When I first added the exception whitelist, I meant to put the check before
checking the location of the instruction pointer. (I didn't notice that it
was after the other check until now.) The whitelist check is to quickly rule
out minidumps, and if checking the instruction pointer provided any useful
information, it would be pretty indicative that the exception causing the
dump is interesting.
R=ivanpe@chromium.org
Committed: https://code.google.com/p/google-breakpad/source/detail?r=1469
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|