For developer Nix builds, default handle signal after crash report. Linux should generate a core dump; Darwin a mac crash report.
parent
4e6580bf52
commit
8d6fec5cc1
|
|
@ -863,7 +863,13 @@ bool unix_post_minidump_callback(const char *dump_dir,
|
|||
|
||||
llinfos << "generated minidump: " << LLApp::instance()->getMiniDumpFilename() << llendl;
|
||||
LLApp::runErrorHandler();
|
||||
|
||||
#ifndef LL_RELEASE_FOR_DOWNLOAD
|
||||
clear_signals();
|
||||
return false;
|
||||
#else
|
||||
return true;
|
||||
#endif
|
||||
}
|
||||
#endif // !WINDOWS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue