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:
parent
dae47f0d16
commit
c52715f32f
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ void Breakpad::RemoveKeyValue(NSString *key) {
|
|||
|
||||
//=============================================================================
|
||||
void Breakpad::GenerateAndSendReport() {
|
||||
HandleException(0, 0, 0);
|
||||
HandleException(0, 0, mach_thread_self());
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
|
|
Loading…
Reference in a new issue