Is there any way to see contents of the JNI local reference table?
I can see it if I got a crash when it's overflowed, via android LogCat, and there is a lot of info about referenced objects, unique instances etc. which helps to catch potential memory leaks.
Thanks.