I'm getting below JNI error.
E/dalvikvm(16831): JNI ERROR (app bug): attempt to use stale global reference 0x1d20043a
E/dalvikvm(16831): VM aborting
A/libc(16831): Fatal signal 6 (SIGABRT) at 0x000041bf (code=-6), thread 16831 (com.example.sample)
A/libc(16831): Send stop signal to pid:16831 in void debuggerd_signal_handler(int, siginfo_t*, void*)
It occurs sometimes rarely and my app closes. Any suggestion about what this error is and what causes it?