mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-23 15:54:21 +01:00
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() {
|
void Breakpad::GenerateAndSendReport() {
|
||||||
HandleException(0, 0, 0);
|
HandleException(0, 0, mach_thread_self());
|
||||||
}
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue