App not working on some devices; Failed to load 'libmain.so'

Hi, I had the same problem.

Just changing Player Settings → Other Settings → “Api Compatibility Level” field from “.NET 4.x” to “.Net Standard 2.0” solves the problem. Of course you should have ARMv7 and ARM64 both enabled too.

My Unity version is 2020.3.11f1c1. Hope that helps.

– Edit: I also disabled the “Allow unsafe code” option, don’t know exactly which option is in effect to solve it.

Hi, I got a similar problem

I use Unity 2021.1.13f1.

During all my tests, I did build in ARM64.

Yesterday, I had to build for ARMv7 devices so I check ARM64 and ARMv7 in Player Settings then all works :
Device ARM64 with build ARM64
Device ARMv7 with build ARM64 + ARMv7

Today, I build again with ARM64 + ARMv7 and nothing works.
The app won’t launch : I stop on a black screen or back to device menu without the luck to see the black screen.

After one hour of debug, I try the Split APK’s by target architecture (Experimental) to have 2 unique apks.
Unfortunately, nothing works.

I do a lot of test from an empty scene and found a strange behaviour that when I put my prefab “AudioManager” in scene, the app doesn’t work. My prefab has a script AudioManager in singleton with 2 basic function to play sound.

What I don’t understand is why this prefab and how it could create a crash because the scene didn’t load in the case of a crash.
I comment all my code, change audio source, the issue is always there.
Same when I use the last Unity version : 2021.1.15f1

Finally after 3 hours, I found a solution and do my 2 builds one by one.
I do a build For ARM64, I check the ARM64 and uncheck the ARMv7.
Then I do a build for ARMv7, I do the inverse.

Now it works but I don’t know how long.

Here is a part of a logcat with the crash log from my device ARM64. I don’t understand the log but perhaps you could find somethings.

Logs

0001/01/01 00:00:00.000 -1 -1 Info --------- beginning of main
2021/07/31 10:08:27.217 19901 19901 Error Zygote isWhitelistProcess - Process is Whitelisted
2021/07/31 10:08:27.219 19901 19901 Error Zygote accessInfo : 1
2021/07/31 10:08:27.246 19901 19901 Error world.caregive Not starting debugger since process cannot load the jdwp agent.
2021/07/31 10:08:27.252 19901 19901 Debug ActivityThread setConscryptValidator
2021/07/31 10:08:27.252 19901 19901 Debug ActivityThread setConscryptValidator - put
2021/07/31 10:08:27.286 19901 19901 Warn ActivityThread handleWindowVisibility: no activity for token android.os.BinderProxy@ee489a7
2021/07/31 10:08:27.328 19901 19901 Info IL2CPP JNI_OnLoad
2021/07/31 10:08:27.338 19901 19901 Debug PhoneWindow forceLight changed to true [ ] from com.android.internal.policy.PhoneWindow.updateForceLightNavigationBar:4268 com.android.internal.policy.DecorView.updateColorViews:1513 com.android.internal.policy.PhoneWindow.dispatchWindowAttributesChanged:3246 android.view.Window.setFlags:1148 com.android.internal.policy.PhoneWindow.generateLayout:2474
2021/07/31 10:08:27.338 19901 19901 Info MultiWindowDecorSupport updateCaptionType >> DecorView@aa7069f[ ], isFloating: false, isApplication: true, hasWindowDecorCaption: false, hasWindowControllerCallback: true
2021/07/31 10:08:27.338 19901 19901 Debug MultiWindowDecorSupport setCaptionType = 0, DecorView = DecorView@aa7069f[ ]
2021/07/31 10:08:27.354 19901 19901 Debug ViewRootImpl@f789631[UnityPlayerActivity] setView = com.android.internal.policy.DecorView@aa7069f TM=true MM=false
2021/07/31 10:08:27.356 19901 19901 Verbose InputMethodManager Not IME target window, ignoring
2021/07/31 10:08:27.356 19901 19901 Debug SurfaceView onWindowVisibilityChanged(0) true android.view.SurfaceView{f011116 VFE… .F…I. 0,0-0,0 #7f010003 app:id/unitySurfaceView} of ViewRootImpl@f789631[UnityPlayerActivity]
2021/07/31 10:08:27.361 19901 19901 Debug ViewRootImpl@f789631[UnityPlayerActivity] Relayout returned: old=(0,0,1600,2560) new=(0,0,1600,2560) req=(1600,2560)0 dur=5 res=0x7 s={true 484422434816} ch=true
2021/07/31 10:08:27.365 19901 19901 Debug SurfaceView surfaceCreated 1 #8 android.view.SurfaceView{f011116 VFE… .F…ID 0,0-1600,2452 #7f010003 app:id/unitySurfaceView}
2021/07/31 10:08:27.365 19901 19901 Debug SurfaceView surfaceChanged (1600,2452) 1 #8 android.view.SurfaceView{f011116 VFE… .F…ID 0,0-1600,2452 #7f010003 app:id/unitySurfaceView}
2021/07/31 10:08:27.369 19901 19901 Warn Gralloc3 mapper 3.x is not supported
2021/07/31 10:08:27.394 19901 19901 Debug ViewRootImpl@f789631[UnityPlayerActivity] Relayout returned: old=(0,0,1600,2560) new=(0,0,1600,2560) req=(1600,2560)0 dur=6 res=0x1 s={true 484422434816} ch=false
2021/07/31 10:08:27.394 19901 19901 Debug ViewRootImpl@f789631[UnityPlayerActivity] MSG_WINDOW_FOCUS_CHANGED 1 1
2021/07/31 10:08:27.394 19901 19901 Debug InputMethodManager prepareNavigationBarInfo() DecorView@aa7069f[UnityPlayerActivity]
2021/07/31 10:08:27.394 19901 19901 Debug InputMethodManager getNavigationBarColor() -855310
2021/07/31 10:08:27.396 19901 19901 Debug InputMethodManager prepareNavigationBarInfo() DecorView@aa7069f[UnityPlayerActivity]
2021/07/31 10:08:27.396 19901 19901 Debug InputMethodManager getNavigationBarColor() -855310
2021/07/31 10:08:27.396 19901 19901 Verbose InputMethodManager Starting input: tba=com.xyz.xyz.xyz ic=null mNaviBarColor -855310 mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false
2021/07/31 10:08:27.396 19901 19901 Debug InputMethodManager startInputInner - Id : 0
2021/07/31 10:08:27.396 19901 19901 Info InputMethodManager startInputInner - mService.startInputOrWindowGainedFocus
2021/07/31 10:08:27.398 19901 19901 Debug ViewRootImpl@f789631[UnityPlayerActivity] MSG_RESIZED: frame=(0,0,1600,2560) ci=(0,0,0,108) vi=(0,54,0,108) or=1
2021/07/31 10:08:27.407 19901 20078 Info Unity MemoryManager: Using ‘Dynamic Heap’ Allocator.
2021/07/31 10:08:27.417 19901 19901 Debug InputMethodManager prepareNavigationBarInfo() DecorView@aa7069f[UnityPlayerActivity]
2021/07/31 10:08:27.417 19901 19901 Debug InputMethodManager getNavigationBarColor() -855310
2021/07/31 10:08:27.417 19901 19901 Verbose InputMethodManager Starting input: tba=com.xyz.xyz.xyz ic=null mNaviBarColor -855310 mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false
2021/07/31 10:08:27.417 19901 19901 Debug InputMethodManager startInputInner - Id : 0
2021/07/31 10:08:27.422 19901 20078 Info Unity SystemInfo CPU = ARM64 FP ASIMD AES, Cores = 8, Memory = 3589mb
2021/07/31 10:08:27.422 19901 20078 Info Unity
2021/07/31 10:08:27.422 19901 20078 Info Unity SystemInfo ARM big.LITTLE configuration: 4 big (mask: 0xf0), 4 little (mask: 0xf)
2021/07/31 10:08:27.422 19901 20078 Info Unity
2021/07/31 10:08:27.423 19901 20078 Info Unity ApplicationInfo com.xyz.xyz.xyz version 1.0 build 3c920fe3-e998-416e-8144-e6d5ff5eb81f
2021/07/31 10:08:27.423 19901 20078 Info Unity
2021/07/31 10:08:27.423 19901 20078 Info Unity Built from ‘2021.1/draft/staging’ branch, Version ‘2021.1.13f1 (46f3b9702e2b)’, Build type ‘Release’, Scripting Backend ‘il2cpp’, CPU ‘arm64-v8a’, Stripping ‘Enabled’
2021/07/31 10:08:27.423 19901 20078 Info Unity
2021/07/31 10:08:27.431 19901 19901 Debug ViewRootImpl@f789631[UnityPlayerActivity] Relayout returned: old=(0,0,1600,2560) new=(0,0,1600,2560) req=(1600,2560)0 dur=4 res=0x1 s={true 484422434816} ch=false
2021/07/31 10:08:27.448 19901 20078 Warn world.caregive 0xebadde09 skipped times: 0
2021/07/31 10:08:27.451 19901 20078 Error CRASH *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2021/07/31 10:08:27.451 19901 20078 Error CRASH Version ‘2021.1.13f1 (46f3b9702e2b)’, Build type ‘Release’, Scripting Backend ‘il2cpp’, CPU ‘arm64-v8a’
2021/07/31 10:08:27.451 19901 20078 Error CRASH Build fingerprint: ‘samsung/gts4lwifixx/gts4lwifi:10/QP1A.190711.020/T830XXU5CUE2:user/release-keys’
2021/07/31 10:08:27.451 19901 20078 Error CRASH Revision: ‘7’
2021/07/31 10:08:27.451 19901 20078 Error CRASH ABI: ‘arm64’
2021/07/31 10:08:27.451 19901 20078 Error CRASH Timestamp: 2021-07-31 10:08:27+0200
2021/07/31 10:08:27.451 19901 20078 Error CRASH pid: 19901, tid: 20078, name: UnityMain >>> com.xyz.xyz.xyz <<<
2021/07/31 10:08:27.451 19901 20078 Error CRASH uid: 10250
2021/07/31 10:08:27.451 19901 20078 Error CRASH signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x70c5ab0fe0
2021/07/31 10:08:27.451 19901 20078 Error CRASH x0 00000070be440008 x1 00000070c56008c0 x2 00000070be4401c8 x3 00000070be4402b8
2021/07/31 10:08:27.451 19901 20078 Error CRASH x4 000000000000000e x5 0000000000000000 x6 0000000000000001 x7 00000000001fd000
2021/07/31 10:08:27.451 19901 20078 Error CRASH x8 0000000000000002 x9 0000000000000000 x10 0000000000000001 x11 0000000000000000
2021/07/31 10:08:27.451 19901 20078 Error CRASH x12 0000000000000009 x13 fffffffffc000000 x14 0000000000000180 x15 0000000040000000
2021/07/31 10:08:27.451 19901 20078 Error CRASH x16 00000071576cd8f0 x17 00000071576bf6f0 x18 0000007060b30000 x19 00000070be4402b8
2021/07/31 10:08:27.451 19901 20078 Error CRASH x20 00000070c5ab1078 x21 000000000000000e x22 00000070be4401c8 x23 00000070be4402b8
2021/07/31 10:08:27.451 19901 20078 Error CRASH x24 00000070c5bb4020 x25 00000070bc9c86ee x26 0000007062927f00 x27 00000070bc9c86a4
2021/07/31 10:08:27.451 19901 20078 Error CRASH x28 0000007062f18000 x29 00000070c5ab1050
2021/07/31 10:08:27.451 19901 20078 Error CRASH sp 00000070c5ab0fd0 lr 0000007157652f80 pc 00000071576289f4
2021/07/31 10:08:27.451 19901 20078 Error CRASH
2021/07/31 10:08:27.451 19901 20078 Error CRASH backtrace:
2021/07/31 10:08:27.451 19901 20078 Error CRASH #00 pc 00000000000509f4 /apex/com.android.runtime/lib64/bionic/libc.so (je_arena_tcache_fill_small+4) (BuildId: c2f522895fa97ff8c517cefefec04171)
2021/07/31 10:08:27.451 19901 20078 Error CRASH #01 pc 000000000007af7c /apex/com.android.runtime/lib64/bionic/libc.so (je_tcache_alloc_small_hard+24) (BuildId: c2f522895fa97ff8c517cefefec04171)
2021/07/31 10:08:27.451 19901 20078 Error CRASH #02 pc 000000000004766c /apex/com.android.runtime/lib64/bionic/libc.so (je_calloc+620) (BuildId: c2f522895fa97ff8c517cefefec04171)
2021/07/31 10:08:27.451 19901 20078 Error CRASH #03 pc 0000000000041270 /apex/com.android.runtime/lib64/bionic/libc.so (calloc+48) (BuildId: c2f522895fa97ff8c517cefefec04171)
2021/07/31 10:08:27.451 19901 20078 Error CRASH #04 pc 00000000005290ec /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.451 19901 20078 Error CRASH #05 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.452 19901 20078 Error CRASH #06 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.452 19901 20078 Error CRASH #07 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.452 19901 20078 Error CRASH #08 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.452 19901 20078 Error CRASH #09 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.452 19901 19901 Debug ViewRootImpl@f789631[UnityPlayerActivity] Relayout returned: old=(0,0,1600,2560) new=(0,0,1600,2560) req=(1600,2560)0 dur=8 res=0x1 s={true 484422434816} ch=false
2021/07/31 10:08:27.452 19901 20078 Error CRASH #10 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.452 19901 20078 Error CRASH #11 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.452 19901 20078 Error CRASH #12 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.452 19901 20078 Error CRASH #13 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.452 19901 20078 Error CRASH #14 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.452 19901 20078 Error CRASH #15 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.452 19901 20078 Error CRASH #16 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.452 19901 20078 Error CRASH #17 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.452 19901 20078 Error CRASH #18 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.452 19901 20078 Error CRASH #19 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.452 19901 20078 Error CRASH #20 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.452 19901 20078 Error CRASH #21 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.452 19901 20078 Error CRASH #22 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.452 19901 20078 Error CRASH #23 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.452 19901 20078 Error CRASH #24 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.452 19901 19901 Debug SurfaceView surfaceChanged (1600,2560) 1 #5 android.view.SurfaceView{f011116 VFE… .F…ID 0,0-1600,2560 #7f010003 app:id/unitySurfaceView}
2021/07/31 10:08:27.453 19901 20078 Error CRASH #25 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #26 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #27 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #28 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #29 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #30 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #31 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #32 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #33 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #34 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #35 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #36 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #37 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #38 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #39 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #40 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #41 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #42 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #43 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #44 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #45 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #46 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #47 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #48 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #49 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.453 19901 20078 Error CRASH #50 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #51 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #52 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #53 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #54 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #55 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #56 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #57 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #58 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #59 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #60 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #61 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #62 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #63 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #64 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #65 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #66 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #67 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #68 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #69 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #70 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #71 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #72 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #73 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #74 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #75 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #76 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.454 19901 20078 Error CRASH #77 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.455 19901 20078 Error CRASH #78 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.455 19901 20078 Error CRASH #79 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.455 19901 20078 Error CRASH #80 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.455 19901 20078 Error CRASH #81 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.455 19901 20078 Error CRASH #82 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.455 19901 20078 Error CRASH #83 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.455 19901 20078 Error CRASH #84 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.455 19901 20078 Error CRASH #85 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.455 19901 20078 Error CRASH #86 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.455 19901 20078 Error CRASH #87 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.455 19901 20078 Error CRASH #88 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.455 19901 20078 Error CRASH #89 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.455 19901 20078 Error CRASH #90 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.455 19901 20078 Error CRASH #91 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.455 19901 20078 Error CRASH #92 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.455 19901 20078 Error CRASH #93 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.455 19901 20078 Error CRASH #94 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.455 19901 20078 Error CRASH #95 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.455 19901 20078 Error CRASH #96 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.455 19901 20078 Error CRASH #97 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.455 19901 20078 Error CRASH #98 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.455 19901 20078 Error CRASH #99 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.455 19901 20078 Error CRASH #100 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.455 19901 20078 Error CRASH #101 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.456 19901 20078 Error CRASH #102 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.456 19901 20078 Error CRASH #103 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.456 19901 20078 Error CRASH #104 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.456 19901 20078 Error CRASH #105 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.456 19901 20078 Error CRASH #106 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.456 19901 20078 Error CRASH #107 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.456 19901 20078 Error CRASH #108 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.456 19901 20078 Error CRASH #109 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.456 19901 20078 Error CRASH #110 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.456 19901 20078 Error CRASH #111 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.456 19901 20078 Error CRASH #112 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.456 19901 20078 Error CRASH #113 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.456 19901 20078 Error CRASH #114 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.456 19901 20078 Error CRASH #115 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.456 19901 20078 Error CRASH #116 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.456 19901 20078 Error CRASH #117 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.457 19901 20078 Error CRASH #118 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.457 19901 20078 Error CRASH #119 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.457 19901 20078 Error CRASH #120 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.457 19901 20078 Error CRASH #121 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.457 19901 20078 Error CRASH #122 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.457 19901 20078 Error CRASH #123 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.457 19901 20078 Error CRASH #124 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.457 19901 20078 Error CRASH #125 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.457 19901 20078 Error CRASH #126 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.457 19901 20078 Error CRASH #127 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.457 19901 20078 Error CRASH #128 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.457 19901 20078 Error CRASH #129 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.457 19901 20078 Error CRASH #130 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.457 19901 20078 Error CRASH #131 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.457 19901 20078 Error CRASH #132 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.457 19901 20078 Error CRASH #133 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.457 19901 20078 Error CRASH #134 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.457 19901 20078 Error CRASH #135 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:27.457 19901 20078 Error CRASH #136 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.058 19901 20078 Error CRASH Tombstone written to: /storage/emulated/0/Android/data/com.xyz.xyz.xyz/files/tombstone_02
0001/01/01 00:00:00.000 -1 -1 Info --------- beginning of crash
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime FATAL EXCEPTION: UnityMain
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime Process: com.xyz.xyz.xyz, PID: 19901
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime java.lang.Error: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime Version ‘2021.1.13f1 (46f3b9702e2b)’, Build type ‘Release’, Scripting Backend ‘il2cpp’, CPU ‘arm64-v8a’
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime Build fingerprint: ‘samsung/gts4lwifixx/gts4lwifi:10/QP1A.190711.020/T830XXU5CUE2:user/release-keys’
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime Revision: ‘7’
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime ABI: ‘arm64’
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime Timestamp: 2021-07-31 10:08:27+0200
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime pid: 19901, tid: 20078, name: UnityMain >>> com.xyz.xyz.xyz <<<
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime uid: 10250
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x70c5ab0fe0
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime x0 00000070be440008 x1 00000070c56008c0 x2 00000070be4401c8 x3 00000070be4402b8
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime x4 000000000000000e x5 0000000000000000 x6 0000000000000001 x7 00000000001fd000
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime x8 0000000000000002 x9 0000000000000000 x10 0000000000000001 x11 0000000000000000
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime x12 0000000000000009 x13 fffffffffc000000 x14 0000000000000180 x15 0000000040000000
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime x16 00000071576cd8f0 x17 00000071576bf6f0 x18 0000007060b30000 x19 00000070be4402b8
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime x20 00000070c5ab1078 x21 000000000000000e x22 00000070be4401c8 x23 00000070be4402b8
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime x24 00000070c5bb4020 x25 00000070bc9c86ee x26 0000007062927f00 x27 00000070bc9c86a4
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime x28 0000007062f18000 x29 00000070c5ab1050
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime sp 00000070c5ab0fd0 lr 0000007157652f80 pc 00000071576289f4
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime backtrace:
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #00 pc 00000000000509f4 /apex/com.android.runtime/lib64/bionic/libc.so (je_arena_tcache_fill_small+4) (BuildId: c2f522895fa97ff8c517cefefec04171)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #01 pc 000000000007af7c /apex/com.android.runtime/lib64/bionic/libc.so (je_tcache_alloc_small_hard+24) (BuildId: c2f522895fa97ff8c517cefefec04171)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #02 pc 000000000004766c /apex/com.android.runtime/lib64/bionic/libc.so (je_calloc+620) (BuildId: c2f522895fa97ff8c517cefefec04171)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #03 pc 0000000000041270 /apex/com.android.runtime/lib64/bionic/libc.so (calloc+48) (BuildId: c2f522895fa97ff8c517cefefec04171)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #04 pc 00000000005290ec /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #05 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #06 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #07 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #08 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #09 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #10 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #11 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #12 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #13 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #14 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #15 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #16 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #17 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #18 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #19 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #20 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #21 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #22 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #23 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #24 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #25 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #26 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #27 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #28 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #29 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #30 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #31 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #32 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #33 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #34 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #35 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #36 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #37 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #38 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #39 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #40 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #41 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #42 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #43 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #44 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #45 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #46 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #47 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #48 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #49 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #50 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #51 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #52 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #53 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #54 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #55 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #56 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #57 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:29.059 19901 20078 Error AndroidRuntime #58 pc 0000000000529360 /data/app/com.xyz.xyz.xyz-6fczTiuSZkeuWyyMCGLhzA==/lib/arm64/libil2cpp.so (BuildId: e8d892463f91d405e437fde6d3f9ecdf85e3a75d)
2021/07/31 10:08:33.088 19901 19901 Warn Unity Timeout while trying to pause the Unity Engine.
2021/07/31 10:08:33.100 19901 19901 Debug ViewRootImpl@f789631[UnityPlayerActivity] MSG_WINDOW_FOCUS_CHANGED 0 1
2021/07/31 10:08:33.101 19901 19901 Debug InputMethodManager prepareNavigationBarInfo() DecorView@aa7069f[UnityPlayerActivity]
2021/07/31 10:08:33.101 19901 19901 Debug InputMethodManager getNavigationBarColor() -855310
2021/07/31 10:08:33.102 19901 19901 Debug ViewRootImpl@f789631[UnityPlayerActivity] stopped(true) old=false
2021/07/31 10:08:33.102 19901 19901 Debug SurfaceView windowStopped(true) false android.view.SurfaceView{f011116 VFE… .F…I. 0,0-1600,2560 #7f010003 app:id/unitySurfaceView} of ViewRootImpl@f789631[UnityPlayerActivity]
2021/07/31 10:08:33.105 19901 19901 Debug SurfaceView surfaceDestroyed callback.size 1 #1 android.view.SurfaceView{f011116 VFE… .F…I. 0,0-1600,2560 #7f010003 app:id/unitySurfaceView}
2021/07/31 10:08:37.147 19901 19901 Warn Unity Timeout while trying detaching primary window.
2021/07/31 10:08:37.150 19901 19901 Debug SurfaceView remove() android.view.SurfaceView{f011116 VFE… .F…I. 0,0-1600,2560 #7f010003 app:id/unitySurfaceView} Surface(name=SurfaceView - com.xyz.xyz.xyz/com.unity3d.player.UnityPlayerActivity@f011116@0)/@0x917e787
2021/07/31 10:08:41.192 19901 19901 Debug SurfaceView onWindowVisibilityChanged(8) false android.view.SurfaceView{f011116 VFE… …ID 0,0-1600,2560 #7f010003 app:id/unitySurfaceView} of ViewRootImpl@f789631[UnityPlayerActivity]
2021/07/31 10:08:41.193 19901 19901 Info Process Sending signal. PID: 19901 SIG: 9

I’m now getting this with builds from 2020.3.18. Builds were fine up until today. I’m (currently) only testing APK builds.

Things I changed today:

  • set minimum API level as 29
  • set target API level as 30
  • enabled ARM64 target architecture
  • added a keystore

In my case it was caused by the debug builds. Try it without the debug check box
7571713--937741--upload_2021-10-14_13-17-11.png

Hi.

I’m having this same issue with LTS 2019.4.28f1, I’ll see if there are any updates to LTS 2019 and try again.

Meanwhile, I see people saying to create the AAB with both ARMv7 and ARM64 architectures, however, when I tried to upload an AAB with both architectures to Play Store sooner this month it was rejected, it seems Play Store will only accept ARM64 without ARMv7 from now on.

Edit: It seems there are no updates to LTS 2019, as far as I remember it’s still an active LTS so the issue is present at 2019 versions as well, how can someone file a bug report on this ?

2nd Edit: Nevermind, looks like there is an update even though the editor is reporting none.

1 Like

It appears that just having ARM64 selected causes the issue. Having ARMv7 and Development Build selected (or not) makes no difference - for me.

The hub is the place to look for updates, not the editor itself

I found a fix for this issue that worked for me : Unable to load libmain.so in Android studio and Unity as library - Stack Overflow

I’m using the Android resolver, which adds the exclusions for ‘packagingoptions’ - commenting these out fixed the build.

1 Like

Not sure if this will help anyone else, but here is what got me past this error:

Player Settings → Other Settings → Configuration → set Scripting Backend to IL2CPP (was Mono)
Player Settings → Other Settings → Configuration → check ARM64 and ARMv7 (was previously just ARMv7)
Player Settings → Other Settings → Identification → set Target API Level to 30 (this matches the project we are embedding Unity into and may not be relevant to your project)

This bug is back now in 2021.3.4. I’m getting users reporting that it crashes on their chromebook samsung 3 meanwhile samsung chromebook 4 seems to work. Any ideas?

go to build settings and change the scripting backend from mono to IL2Cpp

I’m already using IL2CPP and getting the crashes. I haven’t use Mono for years already.

I’ve made developer build and got this bug in Unity 2021.3.3f1 + Firebase Auth + GoogleSignIn.
On release build works fine.

I have a unity project integrated in our react-native mobile application we recently tried to upgrade our react native version and that also updated the gradle version used in the project. I am not able to run the unity part in the app with app displaying the error - “Failed to load libmain.so”. And idea what could be going wrong ?

The solution is just enable IL2CPP scripting backend, enable x64 and v7 as your architecture targets and Resolve Android dependencies using EDM4U (External dependency manager for unity) or (if youre not using EDM4U and just enabling right architecture targets does not help) change every place in custom gradle scripts youre using from abiFilters ABIFILTERS to abiFilters ‘armeabi-v7a’, ‘arm64-v8a’

Hi, I would like to request you to please help me on this, I am facing this problem (Failure to initialize! Your hardware does not support this application, sorry!) in Android 13. If anyone have any ideas, please help me.

Just reporting, this happened to me with Unity 2021.3.21f1
Both Mono & IL2CPP (also had tested 32 & 64 bit)

My solution is to disable “Development build” option, and somehow reverting back to development build works too

Estou usando a versão 2022.3.34f1 e estou tendo o mesmo problema.
Já selecionei as opções ARMv7 e ARM64 juntas, mas quando insiro o arquivo .abb no Play Console, aparece apenas armeabi-v7a e não a opção de 64 bits.
Se eu ativar apenas a opção ARM64, o Play Console aceita, mas vários dispositivos mostram o erro ‘libmain.so’

For anyone who is focused on Google Play ARM64 only, comment this line in Assets\Plugins\Android\mainTemplate.gradle

android {
  packagingOptions {
      //exclude ('/lib/arm64-v8a/*' + '*')
      exclude ('/lib/armeabi/*' + '*')
      exclude ('/lib/mips/*' + '*')
      exclude ('/lib/mips64/*' + '*')
      exclude ('/lib/x86/*' + '*')
      exclude ('/lib/x86_64/*' + '*')
  }
}

I had this issue when doing “Patch and Run” with development build enabled on Samsung Galaxy A3 2015 (minimum API Level Android 6.0) using Unity 6000.0.40f1 on Intel MacOs.

I tried all that is suggested in this thread but in the end what solved the issue for me was to click on “Build and Run” instead of “Patch and Run” for this particular device…

2 Likes

I tried all that is suggested in this thread but in the end what solved the issue for me was to click on “Build and Run” instead of “Patch and Run” for this particular device…

I can confirm this also worked for me in 6000.2.0f1 on a recent-ish Samsung, same issue with Patch and Run. Build and Run worked fine.

1 Like