- Home /
Question by
arriclancetan · Mar 17, 2016 at 08:38 AM ·
androidcrashandroidplugin
Crash when home button is pressed.
Hi,
I'm experiencing a crash whenever I pressed the home button.
Since our app is the home launcher, crash always happens when I launch another application then press the home button.
Here are the logs.
03-14 15:44:19.714 1927 3473 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0xdc in tid 3473 (UnityMain)
03-14 15:44:19.715 778 796 I ActivityManager: Displayed com.company.game/com.company.gameplugin.GameActivity: +337ms
03-14 15:44:19.718 1166 1166 I Keyboard.Facilitator: onFinishInput()
03-14 15:44:19.773 195 195 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
03-14 15:44:19.773 195 195 F DEBUG : Build fingerprint: 'google/hammerhead/hammerhead:6.0.1/MMB29K/2419427:user/release-keys'
03-14 15:44:19.774 195 195 F DEBUG : Revision: '0'
03-14 15:44:19.774 195 195 F DEBUG : ABI: 'arm'
03-14 15:44:19.774 195 195 F DEBUG : pid: 1927, tid: 3473, name: UnityMain >>> com.company.game <<<
03-14 15:44:19.774 195 195 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xdc
03-14 15:44:19.812 195 195 F DEBUG : r0 00000000 r1 00000001 r2 a11f0a10 r3 00000000
03-14 15:44:19.812 195 195 F DEBUG : r4 b3ad5c1c r5 a11f03ec r6 a11f03f0 r7 a11f0510
03-14 15:44:19.813 195 195 F DEBUG : r8 aefdf101 r9 a11f0510 sl 00000001 fp a11f0394
03-14 15:44:19.813 195 195 F DEBUG : ip a11f0a70 sp a11f0220 lr b39c8f6c pc b376514c cpsr a0070010
03-14 15:44:19.824 195 195 F DEBUG :
03-14 15:44:19.824 195 195 F DEBUG : backtrace:
03-14 15:44:19.824 195 195 F DEBUG : #00 pc 0002114c /data/app/com.company.game-1/lib/arm/libmono.so
03-14 15:44:19.824 195 195 F DEBUG : #01 pc 001f2948 /data/app/com.company.game-1/lib/arm/libmono.so (mono_runtime_invoke+136)
03-14 15:44:19.824 195 195 F DEBUG : #02 pc 003df2dc /data/app/com.company.game-1/lib/arm/libunity.so
03-14 15:44:19.824 195 195 F DEBUG : #03 pc 00345f00 /data/app/com.company.game-1/lib/arm/libunity.so
03-14 15:44:19.824 195 195 F DEBUG : #04 pc 000f4a80 /data/app/com.company.game-1/lib/arm/libunity.so
03-14 15:44:19.825 195 195 F DEBUG : #05 pc 0037ea80 /data/app/com.company.game-1/lib/arm/libunity.so
03-14 15:44:19.825 195 195 F DEBUG : #06 pc 003841f8 /data/app/com.company.game-1/lib/arm/libunity.so
03-14 15:44:19.825 195 195 F DEBUG : #07 pc 004d35f8 /data/app/com.company.game-1/lib/arm/libunity.so
03-14 15:44:19.825 195 195 F DEBUG : #08 pc 00032fd3 /data/app/com.company.game-1/oat/arm/base.odex (offset 0x26000)
03-14 15:44:21.577 778 3483 W ActivityManager: Force finishing activity com.company.game/com.company.gameplugin.GameActivity
03-14 15:44:21.581 195 195 F DEBUG :
03-14 15:44:21.581 195 195 F DEBUG : Tombstone written to: /data/tombstones/tombstone_07
03-14 15:44:21.581 195 195 E DEBUG : AM write failed: Broken pipe
Thanks in advance.
Comment
Your answer