- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我遇到了 android 8.0 设备的 native 崩溃。只有崩溃 发生在运行 Android 8+ 的设备上。 我在“Android Vitals - ANRs & crashes”中发现了很多 native 崩溃。 我无法重现这些问题。 设备(全部采用 Android 8.0): 盖乐世 S7 edge (hero2lte)
盖乐世 S7 (herolte) 盖乐世 S8 (dreamlte)
盖乐世 A5(2017) (a5y17lte) Galaxy Note8(伟大的)
### Crash log ###
#00 pc 000000000004b3ac /system/lib/libc.so (tgkill+12)
#01 pc 000000000001a473 /system/lib/libc.so (abort+54)
#02 pc 000000000033a8bb /system/lib/libart.so
(_ZN3art7Runtime5AbortEPKc+370)
#03 pc 000000000033aeb3 /system/lib/libart.so
(_ZN3art7Runtime7AborterEPKc+10)
#04 pc 00000000003f3419 /system/lib/libart.so
(_ZN7android4base10LogMessageD1Ev+456)
#05 pc 0000000000171b07 /system/lib/libart.so
(_ZN3art2gc9collector17ConcurrentCopying17PushOntoMarkStackEPNS_
6mirror6ObjectE+574)
#06 pc 00000000001762a5 /system/lib/libart.so
(_ZN3art2gc9collector17ConcurrentCopying4CopyEPNS_
6mirror6ObjectES5_NS_12MemberOffsetE+2524)
#07 pc 00000000000a9ea3 /system/lib/libart.so
(_ZN3art11ReadBarrier4MarkEPNS_6mirror6ObjectE+610)
#08 pc 00000000002dbfc7 /system/lib/libart.so
(_ZN3artL9Field_getEP7_JNIEnvP8_jobjectS3_+694)
#09 pc 0000000000250fa5 /system/framework/arm/boot.oat
(java.lang.Class.getDeclaredConstructorInternal [DEDUPED]+92)
#10 pc 000000000000297b /dev/ashmem/dalvik-jit-code-cache (deleted)
最佳答案
在 android/app/build.gradle
中将 minifyEnabled
设置为 false
为我修复了它。
只有在 Debug模式下从 Google Play 下载应用时才会崩溃。
关于android - Android 8.0 设备的 native 崩溃 tgkill,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51611722/
我正在尝试编写一个使用 tgkill 将信号发送到特定线程的程序,但是每当我使用 gcc 编译它时,我都会收到有关未定义对“tgkill”的引用的错误。我尝试使用 -lpthread 进行编译,但没有
我一直在尝试使用 tgkill 远程终止一个线程。我知道pthread_kill 被推荐用于这种事情,因为没有任何 glibctgkill 的包装器,但是,我将在进程之外进行 kill 调用。 我在这
我从今天开始遇到 native 崩溃。据报道,它仅适用于 Android 6.0。使用堆栈跟踪: native: pc 0000000000049c34 /system/lib/libc.so (t
我看到这个 native 崩溃并带有以下堆栈跟踪。 这仅在 Android 7.0 和 7.1 中发生。该应用程序没有添加任何新内容,该应用程序已经投入生产几年了,但是随着更多设备更新为 Nougat
我遇到了 android 8.0 设备的 native 崩溃。只有崩溃 发生在运行 Android 8+ 的设备上。 我在“Android Vitals - ANRs & crashes”中发现了很多
最近我开始遇到 Android native 崩溃(在 Google Play vitals 中报告)。它们仅发生在搭载 Android 8 的三星 Galaxy S8 或 S8+ 手机上。 根据堆栈
我得到这个stacktrace 在针对特定设备的 Google Android Vitals 上,主要是小米的 Redmi 设备。这是设备列表 这是我的app.gradle buildscript {
我是一名优秀的程序员,十分优秀!