You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am getting native crashes for android 6.0 devices, StackTrace is below for same.
It as reporting only in the play store, not in crashalitics.
Please look into this as many of users are getting this issues.
#00 pc 000000000006a754 /system/lib64/libc.so (tgkill+8) #1 pc 0000000000068544 /system/lib64/libc.so (pthread_kill+68) #2 pc 0000000000023aa4 /system/lib64/libc.so (raise+28) #3 pc 000000000001e244 /system/lib64/libc.so (abort+60) #4 pc 00000000004337b8 /system/lib64/libart.so (_ZN3art7Runtime5AbortEv+324) #5 pc 00000000001366c4 /system/lib64/libart.so (_ZN3art10LogMessageD2Ev+3136) #6 pc 00000000003103d0 /system/lib64/libart.so (ZN3art9JavaVMExt8JniAbortEPKcS2+2284) #7 pc 000000000031099c /system/lib64/libart.so (_ZN3art9JavaVMExt9JniAbortFEPKcS2_z+224) #8 pc 000000000034ffa4 /system/lib64/libart.so (_ZN3art3JNI15CallVoidMethodVEP7_JNIEnvP8_jobjectP10_jmethodIDSt9__va_list+616) #9 pc 000000000009f304 /system/lib64/libandroid_runtime.so #10 pc 000000000312a014 /system/framework/arm64/boot.oat
The text was updated successfully, but these errors were encountered:
chiragdigi
changed the title
Native crash for Android 6.0 devices.
Native crash of tgkill for Android 6.0 devices.
May 1, 2018
Hello,
I am getting native crashes for android 6.0 devices, StackTrace is below for same.
It as reporting only in the play store, not in crashalitics.
Please look into this as many of users are getting this issues.
#00 pc 000000000006a754 /system/lib64/libc.so (tgkill+8)
#1 pc 0000000000068544 /system/lib64/libc.so (pthread_kill+68)
#2 pc 0000000000023aa4 /system/lib64/libc.so (raise+28)
#3 pc 000000000001e244 /system/lib64/libc.so (abort+60)
#4 pc 00000000004337b8 /system/lib64/libart.so (_ZN3art7Runtime5AbortEv+324)
#5 pc 00000000001366c4 /system/lib64/libart.so (_ZN3art10LogMessageD2Ev+3136)
#6 pc 00000000003103d0 /system/lib64/libart.so (ZN3art9JavaVMExt8JniAbortEPKcS2+2284)
#7 pc 000000000031099c /system/lib64/libart.so (_ZN3art9JavaVMExt9JniAbortFEPKcS2_z+224)
#8 pc 000000000034ffa4 /system/lib64/libart.so (_ZN3art3JNI15CallVoidMethodVEP7_JNIEnvP8_jobjectP10_jmethodIDSt9__va_list+616)
#9 pc 000000000009f304 /system/lib64/libandroid_runtime.so
#10 pc 000000000312a014 /system/framework/arm64/boot.oat
The text was updated successfully, but these errors were encountered: