- Home /
Unity 2019.3.5f1 Android Build (IL2CPP) crash Log
I am working on an android project and I got some terrible issue on this project. start app and press home button then click app icon from launcher screen. It always restart the app from splash screen, instead resume from last opened activity. without doing anything my app is crash.. please give some suggestion if you have issues like this and if you can solve this. I have an issue with the IL2CPP code stripping. please help me to solve this issue as soon as possible. Here is the crash log:
2020-10-09 18:03:21.878 12072-12084/? E/CRASH: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0000008035361044
2020-10-09 18:03:21.878 12072-12084/? E/CRASH: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2020-10-09 18:03:21.878 12072-12084/? E/CRASH: Build type 'Release', Scripting Backend 'il2cpp', CPU 'arm64-v8a'
2020-10-09 18:03:21.878 12072-12084/? E/CRASH: Build fingerprint: 'samsung/a70qdd/a70q:9/PPR1.180610.011/A705GMDDU2ASF4:user/release-keys'
2020-10-09 18:03:21.878 12072-12084/? E/CRASH: Revision: '12'
2020-10-09 18:03:21.878 12072-12084/? E/CRASH: pid: 12072, tid: 12084, name: HeapTaskDaemon >>> com.mbit.lyricsvideostatus <<<
2020-10-09 18:03:21.878 12072-12084/? E/CRASH: x0 0000007de7c6f720 x1 0000007dd6f89ca8 x2 0000000000000000 x3 0000000019e46714
2020-10-09 18:03:21.878 12072-12084/? E/CRASH: x4 0000000017b80fbc x5 0000000017b80fa0 x6 000000000000d2d0 x7 0000000000000005
2020-10-09 18:03:21.878 12072-12084/? E/CRASH: x8 00000000710ad010 x9 0000007df07c05e8 x10 00000000000000b5 x11 00000000000000b6
2020-10-09 18:03:21.878 12072-12084/? E/CRASH: x12 0000000000000000 x13 0001000000000000 x14 0000000000000000 x15 0000000019e466f8
2020-10-09 18:03:21.878 12072-12084/? E/CRASH: x16 0000007df07d00c0 x17 0000007e733b7380 x18 0000007df0701850 x19 0000007dd6f893a0
2020-10-09 18:03:21.878 12072-12084/? E/CRASH: x20 0000007dd6f893b0 x21 0000007dd6f8a588 x22 0000000000000001 x23 0000007dd6f89398
2020-10-09 18:03:21.878 12072-12084/? E/CRASH: x24 0000007e710ad004 x25 0000007dd6f8a588 x26 0000007df096fb40 x27 0000000000000000
2020-10-09 18:03:21.878 12072-12084/? E/CRASH: x28 0000007df0926018 x29 0000007dd6f89800 x30 0000007df063e09c
2020-10-09 18:03:21.878 12072-12084/? E/CRASH: sp 0000007dd6f89390 pc 0000007df03e2b84 pstate 0000000060000000
2020-10-09 18:03:21.878 12072-12084/? E/CRASH: backtrace:
2020-10-09 18:03:21.903 12072-12084/? E/CRASH: #01 pc 000000000021ab80 /system/lib64/libart.so (_ZN3art22IndirectReferenceTable10VisitRootsEPNS_11RootVisitorERKNS_8RootInfoE+144)
2020-10-09 18:03:21.903 12072-12084/? E/CRASH: #02 pc 0000000000476098 /system/lib64/libart.so (_ZN3art6Thread10VisitRootsILb0EEEvPNS_11RootVisitorE+292)
2020-10-09 18:03:21.903 12072-12084/? E/CRASH: #03 pc 00000000001a5a70 /system/lib64/libart.so (_ZN3art2gc9collector17ConcurrentCopying17ThreadFlipVisitor3RunEPNS_6ThreadE+304)
2020-10-09 18:03:21.903 12072-12084/? E/CRASH: #04 pc 000000000047e4cc /system/lib64/libart.so (_ZN3art10ThreadList15FlipThreadRootsEPNS_7ClosureES2_PNS_2gc9collector16GarbageCollectorEPNS3_15GcPauseListenerE+916)
2020-10-09 18:03:21.904 12072-12084/? E/CRASH: #05 pc 00000000001966c4 /system/lib64/libart.so (_ZN3art2gc9collector17ConcurrentCopying15FlipThreadRootsEv+216)
2020-10-09 18:03:21.904 12072-12084/? E/CRASH: #06 pc 0000000000195654 /system/lib64/libart.so (_ZN3art2gc9collector17ConcurrentCopying9RunPhasesEv+1228)
2020-10-09 18:03:21.904 12072-12084/? E/CRASH: #07 pc 00000000001ab9e8 /system/lib64/libart.so (_ZN3art2gc9collector16GarbageCollector3RunENS0_7GcCauseEb+320)
2020-10-09 18:03:21.904 12072-12084/? E/CRASH: #08 pc 00000000001ce390 /system/lib64/libart.so (_ZN3art2gc4Heap22CollectGarbageInternalENS0_9collector6GcTypeENS0_7GcCauseEb+3408)
2020-10-09 18:03:21.904 12072-12084/? E/CRASH: #09 pc 00000000001df934 /system/lib64/libart.so (_ZN3art2gc4Heap12ConcurrentGCEPNS_6ThreadENS0_7GcCauseEb+128)
2020-10-09 18:03:21.904 12072-12084/? E/CRASH: #10 pc 00000000001e504c /system/lib64/libart.so (_ZN3art2gc4Heap16ConcurrentGCTask3RunEPNS_6ThreadE+40)
2020-10-09 18:03:21.904 12072-12084/? E/CRASH: #11 pc 0000000000207b5c /system/lib64/libart.so (_ZN3art2gc13TaskProcessor11RunAllTasksEPNS_6ThreadE+68)
2020-10-09 18:03:21.904 12072-12084/? E/CRASH: #12 pc 000000000000256c /system/framework/arm64/boot-core-libart.oat ()
Your answer
Follow this Question
Related Questions
android time cheat plugin problem with broadcastreceiver 1 Answer
NoClassDefFoundError exception when using Android plugin 0 Answers
Rendering Android native view with OpenGL 0 Answers
Game Always Crashes On Some Android Devices 0 Answers
How do you determine the Android Architecture during runtime? 1 Answer