DescriptionFix minidump size limit used for MinidumpSizeLimit unittest If the stack sizes for threads in the MinidumpSizeLimit test are too big, then subtracting 64KB from the normal minidump file size is not enough to trigger the size-limiting logic. Instead of basing the arbitrary limit off of the normal file size, make it relative to the 8KB stack size the logic assumes. BUG=google-breakpad:510 TEST=Ran unittests Committed: https://code.google.com/p/google-breakpad/source/detail?r=1090 Patch Set 1 #
MessagesTotal messages: 2
|