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

Function HasException

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

Source from the content-addressed store, hash-verified

99}
100
101bool HasException(JNIEnv *env) { return env->ExceptionCheck() != JNI_FALSE; }
102
103bool ClearException(JNIEnv *env) {
104 if(!HasException(env))

Callers 5

ExecuteMethod · 0.85
ClearExceptionFunction · 0.85
InitF2LogFunction · 0.85
InnerLogFunction · 0.85
InitClassMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected