On Apr 20, 1:25 pm, Myroslav Bachynskyi <[email protected]> wrote: > 04-16 15:51:32.172: WARN/dalvikvm(567): ReferenceTable overflow (max=512) > 04-16 15:51:32.172: WARN/dalvikvm(567): Last 10 entries in JNI local > reference table: [...] > 04-16 15:51:32.215: ERROR/dalvikvm(567): VM aborting
This much is due to a bug in the NFC code that will be fixed for a future release. (Native code that never returns to Dalvik is responsible for cleaning up its own JNI local references. This wasn't happening, so eventually the table overflowed.) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

