The app crashes after a few minutes with this native crash on devices running a 7+ version:
[A/art: art/runtime/java_vm_ext.cc:470] JNI DETECTED ERROR IN APPLICATION: thread Thread[1,tid=2448,Runnable,Thread*=0xb1705400,peer=0x746f7918,"main"] using JNI after critical get
in call to DeleteGlobalRef
from float android.graphics.Paint.nGetRunAdvance(long, long, char[], int, int, int, int, boolean, int)
Is the library tested for this kind of devices? Any idea for a fix?
I also meet this problem,do you have any ideas ?
I discovered the problem was actually from another library, EasyFonts. Also
there appears to be some problems with the downloaded fonts that you set
with fontfamily in your xmls. Maybe that can help you.
Pe 26.02.2018 04:21, "Merlin" notifications@github.com a scris:
I also meet this problem,do you have any ideas ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/PhilJay/MPAndroidChart/issues/3769#issuecomment-368371686,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AiSfx2ZVZZYXjZF07ls0NaEF191NgI5Rks5tYhUqgaJpZM4Rx_k6
.
Someone has found what is causing this issue ?