| 162 | } |
| 163 | |
| 164 | static inline jint attach_current_thread(JavaVM *jvm, JNIEnv **env) { |
| 165 | return attach_current_thread_impl(jvm, env, 0); |
| 166 | } |
| 167 | |
| 168 | void log_to_kotlin_bridge(ggml_log_level level, const char *message) { |
| 169 | if (!g_jvm || !g_llama_android_class || !g_log_from_native_method) { |
no test coverage detected