From 57a4337e254b485df33dc01e508bb936adc6ec75 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 22 Aug 2014 23:51:08 +0200 Subject: set names on a bunch more threads... Change-Id: I4c2f2f0bcce52839033876ec991529721e06a3c8 --- connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'connectivity/source') diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx b/connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx index 81030a73452a..60ba8c079d0d 100644 --- a/connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx +++ b/connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx @@ -229,6 +229,8 @@ void MNS_XPCOM_EventLoop() extern "C" void MNS_Mozilla_UI_Thread( void *arg ) { + osl_setThreadName("MNS_Mozilla_UI_Thread"); + aLive=1; OSL_TRACE( "IN : MNS_Mozilla_UI_Thread()" ); UI_Thread_ARGS * args = (UI_Thread_ARGS*) arg; -- cgit