问题
The entire stacktrace on the play console is
15 Jun 19:09 on app version 26
Asus ZenFone 2 Laser (ZE500KL) (ASUS_Z00E_2), 2048MB RAM, Android 6.0
Report 1 of 3
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
pid: 0, tid: 0 >>> com.bariski.cryptoniffler <<<
backtrace:
#00 pc 0000000000008d24 /system/lib64/libminikin.so (_ZNK7android10FontFamily15getClosestMatchENS_9FontStyleE)
#01 pc 0000000000007e1c /system/lib64/libminikin.so (_ZN7android14FontCollection13baseFontFakedENS_9FontStyleE+28)
#02 pc 00000000000f5d4c /system/lib64/libandroid_runtime.so
#03 pc 00000000022baf68 /system/framework/arm64/boot.oat
Any leads into how to debug this issue? seems like its unable to render my font. This is just happening on the Zenfone device and my app seems to be doing fine otherwise.
Screenshot of my play console
回答1:
Information is very insufficient in your question, but from logs I can tell that com.bariski.cryptoniffler
application is causing some issue (could be corrupted memory address or something simila) due to which libminikin.so
NDK lib is crashing.
To debug this issue, first you need to find the pattern of this crash i.e.
Check:
- if the steps to reproduce the issue
- if it is 100% reproducible
- if issue is device specific
来源:https://stackoverflow.com/questions/50919766/got-a-crash-related-to-libminikin-so-not-sure-why-this-would-happen