| 989 | } |
| 990 | |
| 991 | MMKV_JNI void setLogLevel(JNIEnv *env, jclass type, jint level) { |
| 992 | MMKV::setLogLevel((MMKVLogLevel) level); |
| 993 | } |
| 994 | |
| 995 | MMKV_JNI void setCallbackHandler(JNIEnv *env, jclass type, jboolean logReDirecting, jboolean hasCallback, jlong nativeHandler) { |
| 996 | g_jniHandler.setLogRedirecting(logReDirecting == JNI_TRUE); |
nothing calls this directly
no outgoing calls
no test coverage detected