e_dbus_conn : set ecore thread name 29/292129/1
authorJunkyeong Kim <jk0430.kim@samsung.com>
Thu, 27 Apr 2023 07:06:50 +0000 (16:06 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Thu, 27 Apr 2023 10:32:25 +0000 (19:32 +0900)
Change-Id: Ie8d62b8fe37878d2a4c299020fd2d70cd76c9873

src/bin/e_dbus_conn.c

index fdbc85f..70577e1 100644 (file)
@@ -80,6 +80,8 @@ _e_dbus_conn_init_thread_heavy(void *data, Ecore_Thread *th, void *msg_data)
         return;
      }
 
+   eina_thread_name_set(eina_thread_self(), "e_dbus_conn");
+
    *res = EINA_FALSE;
    ed_thread.conn = NULL;