You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although the JNI/C functions check the pointers, it would also be better to check them on the Java layer.
If the pointer is 0, for example the native object is already closed, then it's unnecessary to call native methods.
The text was updated successfully, but these errors were encountered:
Although the JNI/C functions check the pointers, it would also be better to check them on the Java layer.
If the pointer is 0, for example the native object is already closed, then it's unnecessary to call native methods.
The text was updated successfully, but these errors were encountered: