Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
bool HasException(JNIEnv *env) { return env->ExceptionCheck() != JNI_FALSE; }
102
103
bool ClearException(JNIEnv *env) {
104
if(!HasException(env))
Callers
5
Execute
Method · 0.85
ClearException
Function · 0.85
InitF2Log
Function · 0.85
InnerLog
Function · 0.85
InitClass
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected