aboutsummaryrefslogtreecommitdiff
path: root/src/processor
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor')
-rw-r--r--src/processor/testdata/test_app.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/processor/testdata/test_app.cc b/src/processor/testdata/test_app.cc
index 0d2a3394..e2b9c3a9 100644
--- a/src/processor/testdata/test_app.cc
+++ b/src/processor/testdata/test_app.cc
@@ -61,7 +61,9 @@ static void CrashFunction() {
} // namespace
int main(int argc, char **argv) {
- google_breakpad::ExceptionHandler eh(L".", NULL, callback, NULL, true);
+ google_breakpad::ExceptionHandler eh(
+ L".", NULL, callback, NULL,
+ google_breakpad::ExceptionHandler::HANDLER_ALL);
CrashFunction();
printf("did not crash?\n");
return 0;