-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
Description
Hi. Thank you for great library, I integrated it in my app that published in Google Play store. User base is near 10_000 active users. The policy of Google regarding crashes is very strict. You must fit into <= 1.09% affected users. In my case crash rate is 1.61%. Most of crashes are "related" to wsServer. It's hard to tell if it really from wsServer or not, because app is native, and maybe something wrong happens in my codebase. Anyway there is a list of crashes from Google:
SIGBUS: [split_config.arm64_v8a.apk!libandroid-ws.so] ws.c - ws_establishconnection
backtrace:
Unknown
#01 pc 0x0000000000083ee4 /data/app/~~YHA58jvEPov4riIWo_Ftsg==/zone.dos.app-awJNrztH5GhsJe5gjQgZ7g==/split_config.arm64_v8a.apk!libandroid-ws.so (ws_establishconnection+1672) (BuildId: 737ba6189788c3192968c7121b8a9a57d89e5012)
#02 pc 0x00000000000fd134 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+208)
#03 pc 0x0000000000096ae4 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+68)
SIGABRT: [split_config.armeabi_v7a.apk!libandroid-ws.so] ws.c - ws_establishconnection
backtrace:
#00 pc 0x000000000001a6fa /system/lib/libc.so (abort+63)
#01 pc 0x0000000000049821 /system/lib/libc.so (__pthread_internal_find(long)+96)
#02 pc 0x00000000000498a1 /system/lib/libc.so (pthread_join+24)
#03 pc 0x0000000000060b5d /data/app/zone.dos.app-fkSfkSo2r2Se2IOJIYUPIw==/split_config.armeabi_v7a.apk!libandroid-ws.so (ws_establishconnection+1712) (BuildId: de2f661a399174ec821d97f47d25163ef2eb0ba2)
#04 pc 0x0000000000049557 /system/lib/libc.so (__pthread_start(void*)+22)
#05 pc 0x000000000001b2c9 /system/lib/libc.so (__start_thread+32)