desktop/source/app/sofficemain.cxx |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit b617d415b0941d16b7152ffa2a264063692afe5f
Author:     Vasily Melenchuk <vasily.melenc...@cib.de>
AuthorDate: Thu Aug 16 13:26:53 2018 +0300
Commit:     Vasily Melenchuk <vasily.melenc...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to