diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/remotecontrol/BluetoothServer.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/remotecontrol/DiscoveryService.cxx | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx index 9797f3953906..54bc85a8f01a 100644 --- a/sd/source/ui/remotecontrol/BluetoothServer.cxx +++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx @@ -684,7 +684,7 @@ void BluetoothServer::cleanupCommunicators() void SAL_CALL BluetoothServer::run() { SAL_INFO( "sdremote.bluetooth", "BluetoothServer::run called" ); - + osl::Thread::setName("BluetoothServer"); #ifdef LINUX_BLUETOOTH DBusConnection *pConnection = dbusConnectToNameOnBus(); if( !pConnection ) diff --git a/sd/source/ui/remotecontrol/DiscoveryService.cxx b/sd/source/ui/remotecontrol/DiscoveryService.cxx index f72c3b861339..26da31127c36 100644 --- a/sd/source/ui/remotecontrol/DiscoveryService.cxx +++ b/sd/source/ui/remotecontrol/DiscoveryService.cxx @@ -128,7 +128,8 @@ DiscoveryService::~DiscoveryService() void SAL_CALL DiscoveryService::run() { - // Kept for backwrad compatibility + osl::Thread::setName("DiscoveryService"); + // Kept for backwrad compatibility char aBuffer[BUFFER_SIZE]; while ( true ) { |