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

Function log_info

android/samples/http/http/src/main/cpp/log.cpp:4–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "log.h"
3
4void log_info(const char* fmt, ...)
5{
6 va_list ap;
7 va_start(ap, fmt);
8 __android_log_vprint(ANDROID_LOG_INFO, "dns-info", fmt, ap);
9 va_end(ap);
10}
11
12void log_error(const char* fmt, ...)
13{

Callers 1

HttpGetFunction · 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…