Kaydet (Commit) 28401f29 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Let Application::Abort always dump core in debug builds

Change-Id: I788601193f77641d613005a93e73cf184cb0daf0
Reviewed-on: https://gerrit.libreoffice.org/50436Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 37bccf09
......@@ -292,6 +292,9 @@ void Application::Abort( const OUString& rErrorText )
break;
}
}
#if OSL_DEBUG_LEVEL > 0
dumpCore = true;
#endif
SalAbort( rErrorText, dumpCore );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment