[DEV] change basic thread name

This commit is contained in:
Edouard DUPIN 2015-02-13 22:25:55 +01:00
parent 865851578d
commit 15c1764854
6 changed files with 7 additions and 5 deletions

2
external/airtaudio vendored

@ -1 +1 @@
Subproject commit 650f24c288d08db41ff8d4e4c2c64ccec7cde674
Subproject commit d9453e6e7a880730115163a6af7238e4664774d1

2
external/drain vendored

@ -1 +1 @@
Subproject commit adfb75d258ef9927eacc7a580091e2fc760161d3
Subproject commit c667f6c327000edafc7725089833055ef0f41902

2
external/etk vendored

@ -1 +1 @@
Subproject commit b228864567c8102518a806b4dab6851748c78c6b
Subproject commit 44dd675eb8c2b2a635f3bd691b015b792b1be8bd

2
external/ewolsa vendored

@ -1 +1 @@
Subproject commit af355c40510498c052e9fab8b5f2ea134e752235
Subproject commit 23467923b4917aa7db24f262b3129ac5f58803c5

2
external/river vendored

@ -1 +1 @@
Subproject commit 4879bd00fb928ecd084d7fb26a289895d52bd214
Subproject commit bc37e70e1e56da2febaa9e58af1dda60f82eb134

View File

@ -305,6 +305,8 @@ ewol::Context::Context(ewol::context::Application* _application, int32_t _argc,
m_windowsCurrent(nullptr),
m_windowsSize(320,480),
m_initStepId(0) {
// set a basic
etk::log::setThreadName("ewol");
if (m_application == nullptr) {
EWOL_CRITICAL("Can not start context with no Application ==> rtfm ...");
}