Kaydet (Commit) 07aa8685 authored tarafından Henry Castro's avatar Henry Castro Kaydeden (comit) Jan Holesovsky

LOKit: set thread name lo_startmain

It is necessary the thread name for debugging LOKit threads.

Change-Id: I713595eb1319234ff90a6eddebcac5ebad912b04
üst 7980efe3
...@@ -940,6 +940,8 @@ static bool initialize_uno(const OUString& aAppProgramURL) ...@@ -940,6 +940,8 @@ static bool initialize_uno(const OUString& aAppProgramURL)
static void lo_startmain(void*) static void lo_startmain(void*)
{ {
osl_setThreadName("lo_startmain");
soffice_main(); soffice_main();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment