MCPcopy Create free account
hub / github.com/Tencent/MMKV / androidLogWrapper

Function androidLogWrapper

Android/MMKV/mmkv/src/main/cpp/native-bridge.cpp:351–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351static void androidLogWrapper(MMKVLogLevel level, const char *file, int line, const char *function, const std::string &message) {
352 g_androidLogHandler(level, file, line, function, message.c_str());
353}
354
355MMKV_JNI jlong getMMKVWithID(JNIEnv *env, jobject, jstring mmapID, jint mode, jstring cryptKey, jstring rootPath,
356 jlong expectedCapacity, jboolean aes256, jint enableKeyExpire, jint expiredInSeconds,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected