From 2a78191cab295637f7f77e5b58951bcb64ae8cec Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Thu, 28 May 2009 16:26:30 +0000 Subject: Show the reporter UI for Breakpad.framework regardless of whether continuing the crashed process succeeded (issue 319) git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@341 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/mac/Framework/Breakpad.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/mac/Framework') diff --git a/src/client/mac/Framework/Breakpad.mm b/src/client/mac/Framework/Breakpad.mm index ed3d385e..ad4a1cda 100644 --- a/src/client/mac/Framework/Breakpad.mm +++ b/src/client/mac/Framework/Breakpad.mm @@ -678,7 +678,7 @@ bool Breakpad::HandleException(int exception_type, if (result == KERN_SUCCESS) { // Wait for acknowledgement that the inspection has finished. MachReceiveMessage acknowledge_messsage; - result = acknowledge_port.WaitForMessage(&acknowledge_messsage, 2000); + result = acknowledge_port.WaitForMessage(&acknowledge_messsage, 5000); } } -- cgit v1.2.1