diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-09-22 23:19:32 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-09-22 23:20:29 +0200 |
commit | 853a63997aaae1e54b638432b1b1391c070f4e2b (patch) | |
tree | 969b7f6367e48460a51b0b8d97bda8208bfcd6f6 /include/desktop | |
parent | a84f4d266d01ddc085772e9a839d05c267a9fe67 (diff) |
desktop: that wasn't unused, just rarely used
Change-Id: I87c0fb287aa0b3fc5ad0216d8007772de3d03b2f
Diffstat (limited to 'include/desktop')
-rw-r--r-- | include/desktop/crashreport.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/desktop/crashreport.hxx b/include/desktop/crashreport.hxx index b97dadcc3957..e58e387d0122 100644 --- a/include/desktop/crashreport.hxx +++ b/include/desktop/crashreport.hxx @@ -49,6 +49,10 @@ public: static void storeExceptionHandler(google_breakpad::ExceptionHandler* pExceptionHandler); + // when we create the ExceptionHandler we have no access to the user + // profile yet, so update when we have access + static void updateMinidumpLocation(); + private: static osl::Mutex maMutex; |