Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ log_error
Function
log_error
android/samples/http/http/src/main/cpp/log.cpp:12–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
void log_error(const char* fmt, ...)
13
{
14
va_list ap;
15
va_start(ap, fmt);
16
__android_log_vprint(ANDROID_LOG_ERROR,
"dns-error"
, fmt, ap);
17
va_end(ap);
18
}
Callers
1
HttpGet
Function · 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…