MCPcopy Create free account
hub / github.com/acl-dev/acl / log_open

Function log_open

harmony/api9/acl_one/entry/src/main/cpp/logger.cpp:115–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113static acl_pthread_once_t s_init_once = ACL_PTHREAD_ONCE_INIT;
114
115void log_open()
116{
117 if (acl_pthread_once(&s_init_once, init_once) != 0) {
118 return;
119 }
120
121 //log_info("call logger_hook ok");
122}
123
124void log_close()
125{

Callers 1

napi_value InitFunction · 0.70

Calls 1

acl_pthread_onceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…