I am experiencing a JNI ERROR (app bug) local reference table overflow (max=512)
after a couple of minutes of running my android app built with rhomobile.
The output last 10 entries of that table are all Json rpc strings:
java.lang.String "{"jsonrpc": "2.0... (43 chars)
or sometimes 47 chars.
I have no clue were this error is coming from, so a good start would be to see the whole string objects (so the ... part).
Can this be achieved and if yes, how?
Edit:
before the overflow I am getting the following message at intervals
art Attempt to remove local handle scope entry from IRT, ignoring
How can I find out which local handle was not removed?