From 6fe261ea098c0e59c19307380de2b2c1d51895cc Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 5 Feb 2020 17:33:36 +0100 Subject: Log swallowed exception Change-Id: I6797600b5a661b478c4d9f4e0ad837f961d1fc5f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88046 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- connectivity/source/commontools/CommonTools.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'connectivity') 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 #include #include +#include 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; -- cgit