High crash rate

Recently, our app’s crash rate goes over the bad behavior threshold.
It’s 3 times higher the before, and 66% of crash report from this one:

Anyone else getting this?
Any ideas?

Thanks,

Allen.

Does it only happen in Android 10? I have trying to track this down for the last few days. My research so far points to the back button, Android 10 phones, and the upgrade to SDK 29. Somehow on some devices the back button crashes the corona app instead of just closing it. Anyway I am not 100% this is the cause.

1 Like

HUAWEI devices have this crash on both Android 9 and Android 10
and there are over 66% crash comes from HUAWEI devices

Have you been able to confirm it happens with the back button? I need to find a Huawei phone.

After fix some memory leaking issue, these 2 type of crash report still keep coming.
I upload the AndroidDebugSymbols, so there are some SourceCode message in it.
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR)

  #00  pc 000000000001cd9c  /data/app/***.******.***-4yPgOFZ3TBWBWfE_ub8-AQ==/split_config.arm64_v8a.apk!lib/arm64-v8a/liblua.so (offset 0x3f1000) (os_exit) (SourceCode: /Users/runner/work/corona/corona/external/lua-5.1.3/src/loslib.c:221)

abort

```  #00  pc 0000000000008ddc  /data/app/***.******.***-jZDxD8QdjEEhoIaiqvfafQ==/lib/arm/liblua.so (getfuncname) (SourceCode: /Users/runner/work/corona/corona/external/lua-5.1.3/src/ldebug.c:549)

Anyone knows what happened?