summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-02-27 14:26:34 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-02-27 14:27:13 +0100
commit53bd58b54077b6aa57836aab57a317b75edea2ab (patch)
treed200be23409c32cc6866a993603f08afc57036f5 /desktop
parentf6e993e73f8823b62cddf7b32f7762296ea47858 (diff)
leave comment about minidump location
Change-Id: Ic2f44caabe14efc2555e8d155273f75a2602932c
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/sofficemain.cxx1
1 files changed, 1 insertions, 0 deletions
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