When using the Nexus5 emulator in Android Studio 1.4 with a 3D animation (x, y, rotationX, rotationY, rotationZ) using GSAP in the webview, the logcat keeps throwing out a repeated message:
Attempt to remove non-JNI local reference, dumping thread
Despite this message, my webapp's functionality does not seem to be affected much, except for some slight stuttering during the animations that trigger the message multiple times per second for animations lasting a few seconds.
Any thoughts on how to resolve this issue, or is it not a major concern?
UPDATE: The error does not occur when testing on my Samsung Galaxy S4 device, indicating that it might be specific to the emulator.