MCPcopy Create free account
hub / github.com/cactus-compute/cactus / Java_com_cactus_CactusJNI_nativeLogSetLevel

Function Java_com_cactus_CactusJNI_nativeLogSetLevel

android/cactus_jni.cpp:854–857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

852}
853
854JNIEXPORT void JNICALL
855Java_com_cactus_CactusJNI_nativeLogSetLevel(JNIEnv*, jobject, jint level) {
856 cactus_log_set_level(static_cast<int>(level));
857}
858
859JNIEXPORT void JNICALL
860Java_com_cactus_CactusJNI_nativeLogSetCallback(JNIEnv* env, jobject, jobject callback) {

Callers

nothing calls this directly

Calls 1

cactus_log_set_levelFunction · 0.50

Tested by

no test coverage detected