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

Function log_open

android/samples/websocket/websocket/src/main/cpp/util.cpp:67–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void log_open(void)
68{
69 if (__opened) {
70 return;
71 }
72 __opened = true;
73
74 log_info("call logger_hook\r\n");
75 logger_hook(write_callback);
76 log_info("call logger_hook ok\r\n");
77}
78
79void log_close(void)
80{

Calls 2

logger_hookFunction · 0.85
log_infoFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…