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
This commit is contained in:
stuartmorgan
2009-05-28 16:26:30 +00:00
parent 2a4698319a
commit 2a78191cab
2 changed files with 10 additions and 3 deletions

View File

@@ -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);
}
}