mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-20 15:41:18 +01:00
Do not capture crashes in Debug builds
This commit is contained in:
@@ -1092,11 +1092,14 @@ int AudacityApp::FilterEvent(wxEvent & event)
|
||||
|
||||
AudacityApp::AudacityApp()
|
||||
{
|
||||
// Do not capture crashes in debug builds
|
||||
#if !defined(__WXDEBUG__)
|
||||
#if defined(EXPERIMENTAL_CRASH_REPORT)
|
||||
#if defined(wxUSE_ON_FATAL_EXCEPTION) && wxUSE_ON_FATAL_EXCEPTION
|
||||
wxHandleFatalExceptions();
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
// The `main program' equivalent, creating the windows and returning the
|
||||
|
||||
Reference in New Issue
Block a user