connectivity/source/commontools/CommonTools.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 6fe261ea098c0e59c19307380de2b2c1d51895cc
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Wed Feb 5 17:33:36 2020 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Thu Feb 6 10:58:37 2020 +0100

    Log swallowed exception
    
    Change-Id: I6797600b5a661b478c4d9f4e0ad837f961d1fc5f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88046
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/connectivity/source/commontools/CommonTools.cxx 
b/connectivity/source/commontools/CommonTools.cxx
index a2aeb06af173..5c84bf6e6f18 100644
--- a/connectivity/source/commontools/CommonTools.cxx
+++ b/connectivity/source/commontools/CommonTools.cxx
@@ -29,6 +29,7 @@
 #include <osl/diagnose.h>
 #include <rtl/character.hxx>
 #include <rtl/process.h>
+#include <tools/diagnose_ex.h>
 
 using namespace ::comphelper;
 static sal_Unicode rtl_ascii_toUpperCase( sal_Unicode ch )
@@ -134,6 +135,7 @@ namespace connectivity
         }
         catch (Exception&)
         {
+            TOOLS_WARN_EXCEPTION("connectivity.commontools", "getJavaVM 
failed:");
         }
 
         return aRet;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to