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

Function setLogLevel

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

Source from the content-addressed store, hash-verified

989}
990
991MMKV_JNI void setLogLevel(JNIEnv *env, jclass type, jint level) {
992 MMKV::setLogLevel((MMKVLogLevel) level);
993}
994
995MMKV_JNI void setCallbackHandler(JNIEnv *env, jclass type, jboolean logReDirecting, jboolean hasCallback, jlong nativeHandler) {
996 g_jniHandler.setLogRedirecting(logReDirecting == JNI_TRUE);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected