MCPcopy Create free account
hub / github.com/cinit/TMoe / android_log_handler

Function android_log_handler

app/src/main/cpp/utils/log/AndroidLog.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace logging::android {
10
11static void android_log_handler(Log::Level level, const char *tag, const char *msg) {
12#ifdef __ANDROID__
13 __android_log_print(static_cast<int>(level), "TMoe", "%s: %s", tag, msg);
14#endif
15}
16
17static bool sInitialized = false;
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected