MCPcopy Create free account
hub / github.com/antvis/F2Native / InitJavaVM

Function InitJavaVM

core/android/JNIUtil.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15#define ASSERT_NO_EXCEPTION() assert(env->ExceptionCheck() == JNI_FALSE);
16
17void InitJavaVM(JavaVM *vm) {
18 assert(g_jvm == nullptr);
19 g_jvm = vm;
20}
21
22JavaVM *GetJVM() { return g_jvm; }
23

Callers 1

JNI_OnLoadFunction · 0.85

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected