简体   繁体   English

播放控制台崩溃报告tgkill + 8

[英]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? 为什么此com.android.chrome-1 / base.apk崩溃在我的应用程序中发生?

It is most likely because you use a WebView in your app. 这很可能是因为您在应用程序中使用了WebView I'd add some logging to your app about what you are sending to the webview, and try to reproduce it. 我会向您的应用添加一些有关您要发送到Webview的日志,并尝试重现它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 MediaPlayer(Samsung Oreo 8.0)的本机崩溃tgkill + 8 - Native Crash tgkill+8 for MediaPlayer (Samsung Oreo 8.0) 在特定设备上获取原生Android崩溃/system/lib64/libc.so(tgkill + 8) - Getting Native Android Crash /system/lib64/libc.so (tgkill+8) on Specific Devices 在 Google Play Console 上找不到崩溃报告 - Could not find crash report on Google Play Console Google Play开发者控制台上的奇怪崩溃报告 - Weird Crash Report on Google Play Developer Console 无法在Play控制台和Firebase中生成崩溃报告 - crash report not generated in play console and firebase Play控制台崩溃群集显示新的应用崩溃报告 - Play Console Crash cluster Showing new App Crash Report Google Play控制台崩溃报告与我的应用无关 - Google Play Console crash report not related to my app 来自 Play 管理中心的 android.content.ActivityNotFoundException 崩溃报告 - android.content.ActivityNotFoundException crash report from Play Console Google Play控制台-崩溃报告:java.lang.RuntimeException - Google Play Console - Crash Report: java.lang.RuntimeException 活动响应方法中首选项管理器的 Google Play 控制台崩溃报告 - Google Play Console Crash Report on preference manager in on response method of Activity
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM