提交 62eece0d 编写于 作者: A Alexander Alekhin

core(logger): complete initialization of logger structures

- for using of logging functions from global destructors

original commit: 99bc35a8
上级 8e92c704
...@@ -108,6 +108,7 @@ struct GlobalLoggingInitCall ...@@ -108,6 +108,7 @@ struct GlobalLoggingInitCall
GlobalLoggingInitCall() GlobalLoggingInitCall()
{ {
getGlobalLoggingInitStruct(); getGlobalLoggingInitStruct();
(void)getGlobalLogTag(); // complete initialization of logger structures
} }
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册