简体   繁体   中英

Play console crash report tgkill+8

here is the crash i am getting in play console. how can i trace this crash.

backtrace:
  native: pc 000000000006bc30  /system/lib64/libc.so (tgkill+8)
  native: pc 00000000000690cc  /system/lib64/libc.so (pthread_kill+64)
  native: pc 0000000000023e68  /system/lib64/libc.so (raise+24)
  native: pc 000000000001c8ec  /system/lib64/libc.so (abort+52)
  native: pc 0000000000756d08  /data/app/com.android.chrome-1/base.apk

why this com.android.chrome-1/base.apk crash occurs in my app?

It is most likely because you use a WebView in your app. I'd add some logging to your app about what you are sending to the webview, and try to reproduce it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM