summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2017-02-01 03:29:18 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-05-04 02:46:57 +0200
commitbb2443cc18d43860faafc852a5bfc5d446a7b6b3 (patch)
treed8bbfc4ed363f9158e36a4b5ca77748449cf92c8 /toolkit
parent409b7636f0e519f9ab14bac7884789b2323557c7 (diff)
logging: add some strategic places around vcl messages
Change-Id: I3eb1076a0dd697ceb3b4310444542f324848b358 Reviewed-on: https://gerrit.libreoffice.org/53777 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/awt/vclxwindow.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx
index d85def1007e7..45c7d1dcdc62 100644
--- a/toolkit/source/awt/vclxwindow.cxx
+++ b/toolkit/source/awt/vclxwindow.cxx
@@ -269,6 +269,8 @@ IMPL_LINK_NOARG(VCLXWindowImpl, OnProcessCallbacks, void*, void)
{
const Reference< uno::XInterface > xKeepAlive( mrAntiImpl );
+ SAL_INFO("toolkit.controls", "OnProcessCallbacks grabbing solarmutex");
+
// work on a copy of the callback array
CallbackArray aCallbacksCopy;
{
@@ -287,6 +289,7 @@ IMPL_LINK_NOARG(VCLXWindowImpl, OnProcessCallbacks, void*, void)
}
{
+ SAL_INFO("toolkit.controls", "OnProcessCallbacks relinquished solarmutex");
SolarMutexReleaser aReleaseSolar;
for ( CallbackArray::const_iterator loop = aCallbacksCopy.begin();
loop != aCallbacksCopy.end();