| 349 | } |
| 350 | |
| 351 | static 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 | |
| 355 | MMKV_JNI jlong getMMKVWithID(JNIEnv *env, jobject, jstring mmapID, jint mode, jstring cryptKey, jstring rootPath, |
| 356 | jlong expectedCapacity, jboolean aes256, jint enableKeyExpire, jint expiredInSeconds, |
nothing calls this directly
no outgoing calls
no test coverage detected