From 53bd58b54077b6aa57836aab57a317b75edea2ab Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 27 Feb 2016 14:26:34 +0100 Subject: leave comment about minidump location Change-Id: Ic2f44caabe14efc2555e8d155273f75a2602932c --- desktop/source/app/sofficemain.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/source/app/sofficemain.cxx') diff --git a/desktop/source/app/sofficemain.cxx b/desktop/source/app/sofficemain.cxx index 3484b8437737..5a724d371509 100644 --- a/desktop/source/app/sofficemain.cxx +++ b/desktop/source/app/sofficemain.cxx @@ -83,6 +83,7 @@ extern "C" int DESKTOP_DLLPUBLIC soffice_main() #if HAVE_FEATURE_BREAKPAD #if defined( UNX ) && !defined MACOSX && !defined IOS && !defined ANDROID + // TODO: we need a better location for this google_breakpad::MinidumpDescriptor descriptor("/tmp"); google_breakpad::ExceptionHandler eh(descriptor, nullptr, dumpCallback, nullptr, true, -1); #else -- cgit