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

Function log_info

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

Source from the content-addressed store, hash-verified

15}
16
17void log_info(const char* fmt, ...)
18{
19 va_list ap;
20 va_start(ap, fmt);
21 __android_log_vprint(ANDROID_LOG_INFO, "http-info", fmt, ap);
22 va_end(ap);
23}
24
25void log_error(const char* fmt, ...)
26{

Callers 15

log_openFunction · 0.70
~websocket_clientMethod · 0.70
show_ns_addrMethod · 0.70
destroyMethod · 0.70
on_connectMethod · 0.70
ws_handshake_beforeMethod · 0.70
on_disconnectMethod · 0.70
on_ns_failedMethod · 0.70
on_connect_timeoutMethod · 0.70
on_connect_failedMethod · 0.70
on_read_timeoutMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…