Got a crash related to libminikin.so not sure why this would happen

拜拜、爱过 提交于 2021-02-10 15:13:14

问题


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:

  1. if the steps to reproduce the issue
  2. if it is 100% reproducible
  3. if issue is device specific


来源:https://stackoverflow.com/questions/50919766/got-a-crash-related-to-libminikin-so-not-sure-why-this-would-happen

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!