desktop/source/lib/init.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 21531da576eca7ef9cb2ee78d1643b25d5f86ae3
Author: Henry Castro <[email protected]>
Date: Thu Aug 6 11:40:28 2015 -0400
LOKit: set thread name lo_startmain
It is necessary the thread name for debugging LOKit threads.
Change-Id: I713595eb1319234ff90a6eddebcac5ebad912b04
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index aa8e27c..abd8ca0 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -942,6 +942,8 @@ static bool initialize_uno(const OUString& aAppProgramURL)
static void lo_startmain(void*)
{
+ osl_setThreadName("lo_startmain");
+
soffice_main();
}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits