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

Function init

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

Source from the content-addressed store, hash-verified

17static bool sInitialized = false;
18
19void init() {
20 if (!sInitialized) {
21 Log::setLogHandler(&android_log_handler);
22 sInitialized = true;
23 }
24}
25
26}

Callers 2

JNI_OnLoadFunction · 0.85
tmoe_core_NativeInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected