What can cause jni references memory problems? A few detailed questions
问题 I have recently started working on an Android project with native calls via JNI. I've learnt about pretty restrictive limitations regarding number of references a native call can create. I would like to understand deeply how this reference management works. I studied some information but I still have a few questions that I would like to know the answers to. Without further ado: Which kinds of references in native code can cause those memory limits to be exceeded? Which count towards limits