[Libreoffice-commits] core.git: Branch 'feature/cib_contract935' - desktop/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Aug 16 10:43:57 UTC 2018
desktop/source/app/sofficemain.cxx | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit b617d415b0941d16b7152ffa2a264063692afe5f
Author: Vasily Melenchuk <vasily.melenchuk at cib.de>
AuthorDate: Thu Aug 16 13:26:53 2018 +0300
Commit: Vasily Melenchuk <vasily.melenchuk at cib.de>
CommitDate: Thu Aug 16 13:42:49 2018 +0300
google breakpad: use ful memory dump on crash
Change-Id: I65c525a848ed59abd32e214889234333bd64a471
diff --git a/desktop/source/app/sofficemain.cxx b/desktop/source/app/sofficemain.cxx
old mode 100644
new mode 100755
index 27b9efa600db..cb3d05dd1d9e
--- a/desktop/source/app/sofficemain.cxx
+++ b/desktop/source/app/sofficemain.cxx
@@ -116,8 +116,9 @@ extern "C" int DESKTOP_DLLPUBLIC soffice_main()
CrashReporter::storeExceptionHandler(&eh);
#elif defined WNT
- google_breakpad::ExceptionHandler eh(L".", nullptr, dumpCallback, nullptr, google_breakpad::ExceptionHandler::HANDLER_ALL);
-
+ google_breakpad::ExceptionHandler eh(L".", nullptr, dumpCallback, nullptr,
+ google_breakpad::ExceptionHandler::HANDLER_ALL,
+ MiniDumpWithFullMemory, (HANDLE)nullptr, nullptr);
CrashReporter::storeExceptionHandler(&eh);
#endif
#endif
More information about the Libreoffice-commits
mailing list