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
filters(jni): add empty return of java type
in case a native function implemented in cpp fails and is not able
to deliver the result, we don't want to allocate a java type from cpp,
we return the nullptr for object-like types.