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
NewString used to convert Dart strings into Java strings is said to return NULL when "the string cannot be constructed" which is not that helpful.
I looked further into ART implementation of NewString but didn't find anything that will obviously fail. Out of memory issues should throw an earlier exception as well.
Do you have a reproducible example of this @escamoteur? Does this happen frequently?
@HosseinYousefi
new JniException:
The text was updated successfully, but these errors were encountered: