Fix for generating dumps on-demand to set the requesting thread to the current thread

R=stuartmorgan
A=nealsid



git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@349 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
nealsid 2009-06-12 18:16:09 +00:00
parent dae47f0d16
commit c52715f32f

View file

@ -629,7 +629,7 @@ void Breakpad::RemoveKeyValue(NSString *key) {
//=============================================================================
void Breakpad::GenerateAndSendReport() {
HandleException(0, 0, 0);
HandleException(0, 0, mach_thread_self());
}
//=============================================================================