Skip to content

Instantly share code, notes, and snippets.

@Hasufel
Created February 10, 2014 15:57
Show Gist options
  • Save Hasufel/8918386 to your computer and use it in GitHub Desktop.
Save Hasufel/8918386 to your computer and use it in GitHub Desktop.
Openfl multithreading sound crash on Android 4.3 (Nvidia Shield)
I/OpenAL_alSource.c( 1827): Skipping starting source 1604208888 due to lack of CPU time.
I/OpenAL_alSource.c( 1827): Skipping starting source 1604209304 due to lack of CPU time.
I/OpenAL_alSource.c( 1827): Skipping starting source 1604674736 due to lack of CPU time.
I/OpenAL_alSource.c( 1827): Skipping starting source 1604675152 due to lack of CPU time.
I/OpenAL_alSource.c( 1827): Skipping starting source 1606821360 due to lack of CPU time.
I/OpenAL_alSource.c( 1827): Skipping starting source 1606817744 due to lack of CPU time.
I/OpenAL_alSource.c( 1827): Skipping starting source 1606818264 due to lack of CPU time.
I/OpenAL_alSource.c( 1827): Skipping starting source 1606820096 due to lack of CPU time.
I/OpenAL_alSource.c( 1827): Skipping starting source 1636756072 due to lack of CPU time.
E/lime::System( 1827): GetEnv: not attached
D/dalvikvm( 1827): threadid=18: thread exiting, not yet detached (count=0)
D/dalvikvm( 1827): threadid=18: thread exiting, not yet detached (count=1)
E/dalvikvm( 1827): threadid=18: native thread exited without detaching
E/dalvikvm( 1827): VM aborting
F/libc ( 1827): Fatal signal 11 (SIGSEGV) at 0xdeadd00d (code=1), thread 1990 (Thread-674)
I/DEBUG ( 154): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 154): Build fingerprint: 'nvidia/thor/roth:4.3/JSS15J/01.00.14422_318.3689:user/release-keys'
I/DEBUG ( 154): Revision: '2'
I/DEBUG ( 154): pid: 1827, tid: 1990, name: Thread-674 >>> com.puzzl.yummycircus <<<
I/DEBUG ( 154): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadd00d
I/DEBUG ( 154): r0 00000000 r1 00000000 r2 00000000 r3 40a01b48
I/DEBUG ( 154): r4 deadd00d r5 0000020c r6 401543ac r7 4099a375
I/DEBUG ( 154): r8 00000001 r9 401542a0 sl 401542a0 fp 6094bf00
I/DEBUG ( 154): ip 07c64001 sp 6094bc98 lr 00000001 pc 4098d248 cpsr 600a0030
I/DEBUG ( 154): d0 74726f6261204d56 d1 000000000000006e
I/DEBUG ( 154): d2 0000000000000075 d3 000000000000006c
I/DEBUG ( 154): d4 0000000000000000 d5 41a96e2fc2000000
I/DEBUG ( 154): d6 0000000100000000 d7 3ff0000000000000
I/DEBUG ( 154): d8 c002a969045a9000 d9 bf631c116ce80000
I/DEBUG ( 154): d10 80000000fffffffe d11 0111280011042404
I/DEBUG ( 154): d12 0400440100895020 d13 0008106000010464
I/DEBUG ( 154): d14 000d80a000491001 d15 1000008200000011
I/DEBUG ( 154): d16 0000000000000001 d17 0000000000000000
I/DEBUG ( 154): d18 0000000000000000 d19 0000000000000000
I/DEBUG ( 154): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 154): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 154): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 154): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 154): d28 0000000000000000 d29 3e750c0b0afe498d
I/DEBUG ( 154): d30 3fc550ce71f49bb5 d31 4000000000000000
I/DEBUG ( 154): scr 80000013
I/DEBUG ( 154):
I/DEBUG ( 154): backtrace:
I/DEBUG ( 154): #00 pc 00045248 /system/lib/libdvm.so (dvmAbort+67)
I/DEBUG ( 154): #01 pc 0000cf14 /system/lib/libc.so
I/DEBUG ( 154): #02 pc 0000e608 /system/lib/libc.so (pthread_exit+80)
I/DEBUG ( 154): #03 pc 0000cc1c /system/lib/libc.so (pthread_create+208)
I/DEBUG ( 154):
I/DEBUG ( 154): stack:
I/DEBUG ( 154): 6094bc58 4015639c
I/DEBUG ( 154): 6094bc5c 00000000
I/DEBUG ( 154): 6094bc60 4015639c
I/DEBUG ( 154): 6094bc64 40156d8c
I/DEBUG ( 154): 6094bc68 00000000
I/DEBUG ( 154): 6094bc6c 4012b1e5 /system/lib/libc.so (__sflush_locked+40)
I/DEBUG ( 154): 6094bc70 40153220 /system/lib/libc.so
I/DEBUG ( 154): 6094bc74 4015639c
I/DEBUG ( 154): 6094bc78 00000000
I/DEBUG ( 154): 6094bc7c 4012c1bb /system/lib/libc.so (_fwalk+34)
I/DEBUG ( 154): 6094bc80 6094bc9c [stack:1990]
I/DEBUG ( 154): 6094bc84 0000020c
I/DEBUG ( 154): 6094bc88 401543ac /system/lib/libc.so
I/DEBUG ( 154): 6094bc8c 4099a375 /system/lib/libdvm.so
I/DEBUG ( 154): 6094bc90 df0027ad
I/DEBUG ( 154): 6094bc94 00000000
I/DEBUG ( 154): #00 6094bc98 00000003
I/DEBUG ( 154): 6094bc9c 6c756e28
I/DEBUG ( 154): 6094bca0 0000296c
I/DEBUG ( 154): 6094bca4 00000000
I/DEBUG ( 154): 6094bca8 00000000
I/DEBUG ( 154): 6094bcac 00000000
I/DEBUG ( 154): 6094bcb0 00000000
I/DEBUG ( 154): 6094bcb4 00000000
I/DEBUG ( 154): 6094bcb8 00000000
I/DEBUG ( 154): 6094bcbc 00000000
I/DEBUG ( 154): 6094bcc0 00000000
I/DEBUG ( 154): 6094bcc4 00000000
I/DEBUG ( 154): 6094bcc8 00000000
I/DEBUG ( 154): 6094bccc 00000000
I/DEBUG ( 154): 6094bcd0 00000000
I/DEBUG ( 154): 6094bcd4 00000000
I/DEBUG ( 154): ........ ........
I/DEBUG ( 154): #01 6094beb0 5fa357d8
I/DEBUG ( 154): 6094beb4 00000002
I/DEBUG ( 154): 6094beb8 00000000
I/DEBUG ( 154): 6094bebc 60b66d48
I/DEBUG ( 154): 6094bec0 00000000
I/DEBUG ( 154): 6094bec4 00000000
I/DEBUG ( 154): 6094bec8 00100000
I/DEBUG ( 154): 6094becc 6084c000
I/DEBUG ( 154): 6094bed0 6084c000
I/DEBUG ( 154): 6094bed4 6094bf00 [stack:1990]
I/DEBUG ( 154): 6094bed8 60b66d48
I/DEBUG ( 154): 6094bedc 4011960c /system/lib/libc.so (pthread_exit+84)
I/DEBUG ( 154): #02 6094bee0 6094bf00 [stack:1990]
I/DEBUG ( 154): 6094bee4 40117aa4 /system/lib/libc.so (__thread_entry+76)
I/DEBUG ( 154): 6094bee8 00000000
I/DEBUG ( 154): 6094beec 00100000
I/DEBUG ( 154): 6094bef0 5ff33354
I/DEBUG ( 154): 6094bef4 00000078
I/DEBUG ( 154): 6094bef8 5e8d2ac0 [stack:1860]
I/DEBUG ( 154): 6094befc 40117c20 /system/lib/libc.so (pthread_create+212)
I/DEBUG ( 154):
I/DEBUG ( 154): memory near r3:
I/DEBUG ( 154): 40a01b28 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 40a01b38 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 40a01b48 415e4dc8 415e4db8 00800000 10000000
I/DEBUG ( 154): 40a01b58 06000000 00000000 00000000 3fe80000
I/DEBUG ( 154): 40a01b68 00080000 00800000 00004000 00006000
I/DEBUG ( 154): 40a01b78 00000001 00000101 00000002 00000001
I/DEBUG ( 154): 40a01b88 00000000 00000000 00000000 00000002
I/DEBUG ( 154): 40a01b98 00000000 402425b5 402427ed 00000000
I/DEBUG ( 154): 40a01ba8 4024259d 00000000 00000000 00000000
I/DEBUG ( 154): 40a01bb8 415e4f48 00000000 00000002 00000003
I/DEBUG ( 154): 40a01bc8 00000001 00000001 00010100 00000100
I/DEBUG ( 154): 40a01bd8 00000000 415e6008 00000003 00000000
I/DEBUG ( 154): 40a01be8 415e4f38 415e79a0 00000000 00000000
I/DEBUG ( 154): 40a01bf8 415e7960 50000c51 58661008 00000000
I/DEBUG ( 154): 40a01c08 576609a0 576609c0 416fc1e8 416fc2a8
I/DEBUG ( 154): 40a01c18 416fc350 416fc3f8 416fc4a0 416fc548
I/DEBUG ( 154):
I/DEBUG ( 154): memory near r6:
I/DEBUG ( 154): 4015438c 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 4015439c 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 401543ac 00000000 00000000 00000002 00000000
I/DEBUG ( 154): 401543bc 00000001 00000000 00000000 00000000
I/DEBUG ( 154): 401543cc 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 401543dc 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 401543ec 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 401543fc 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 4015440c 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 4015441c 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 4015442c 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 4015443c 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 4015444c 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 4015445c 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 4015446c 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 4015447c 00000000 00000000 00000000 00000000
I/DEBUG ( 154):
I/DEBUG ( 154): memory near r7:
I/DEBUG ( 154): 4099a354 e8bdb002 f7f24010 b002bf53 bf00bd10
I/DEBUG ( 154): 4099a364 0005894a fffffde4 0003c5fe 00042be0
I/DEBUG ( 154): 4099a374 4604b573 f8d04e20 447e3358 491fb953
I/DEBUG ( 154): 4099a384 4a1f2005 44796a63 b002447a 4070e8bd
I/DEBUG ( 154): 4099a394 bc86f037 03b0f8d0 dc1d2801 90004d19
I/DEBUG ( 154): 4099a3a4 4a192003 447d6a63 447a4629 eaf6f7ca
I/DEBUG ( 154): 4099a3b4 13b0f8d4 c054f8df 46211c4a 23b0f8c4
I/DEBUG ( 154): 4099a3c4 300cf856 03a8f8d3 eda0f7ca 4a10b188
I/DEBUG ( 154): 4099a3d4 46292006 e004447a 2006490e 44794a0e
I/DEBUG ( 154): 4099a3e4 6a63447a eadaf7ca e8bdb002 f7f24070
I/DEBUG ( 154): 4099a3f4 b002bf07 bf00bd70 000588fe 0003c5c0
I/DEBUG ( 154): 4099a404 00042bc9 0003c5a0 00042bdd fffffde4
I/DEBUG ( 154): 4099a414 00042bec 0003c568 00042c0c 4604b510
I/DEBUG ( 154): 4099a424 f8d0b1f8 b1580360 1a406ce1 eaecf7ca
I/DEBUG ( 154): 4099a434 490cb130 4a0c2005 447a4479 eaaef7ca
I/DEBUG ( 154): 4099a444 00a8f104 ef7af7d4 705bf504 fb20f7fe
I/DEBUG ( 154):
I/DEBUG ( 154): memory near r9:
I/DEBUG ( 154): 40154280 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 40154290 00000000 ffffffff 00000000 00000000
I/DEBUG ( 154): 401542a0 00000001 ffffffff 00000003 00000000
I/DEBUG ( 154): 401542b0 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 401542c0 00000000 00000000 4011d235 4011d231
I/DEBUG ( 154): 401542d0 4011dbf5 4011de01 00000000 00000000
I/DEBUG ( 154): 401542e0 00000000 00000000 4099a375 403b1ff4
I/DEBUG ( 154): 401542f0 00000000 00000000 00000000 401a06c9
I/DEBUG ( 154): 40154300 401e75b1 5d9e7944 00000000 5dd2c2b4
I/DEBUG ( 154): 40154310 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 40154320 5e356a88 00000000 5e643f28 00000000
I/DEBUG ( 154): 40154330 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 40154340 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 40154350 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 40154360 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 40154370 00000000 00000000 00000000 00000000
I/DEBUG ( 154):
I/DEBUG ( 154): memory near sl:
I/DEBUG ( 154): 40154280 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 40154290 00000000 ffffffff 00000000 00000000
I/DEBUG ( 154): 401542a0 00000001 ffffffff 00000003 00000000
I/DEBUG ( 154): 401542b0 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 401542c0 00000000 00000000 4011d235 4011d231
I/DEBUG ( 154): 401542d0 4011dbf5 4011de01 00000000 00000000
I/DEBUG ( 154): 401542e0 00000000 00000000 4099a375 403b1ff4
I/DEBUG ( 154): 401542f0 00000000 00000000 00000000 401a06c9
I/DEBUG ( 154): 40154300 401e75b1 5d9e7944 00000000 5dd2c2b4
I/DEBUG ( 154): 40154310 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 40154320 5e356a88 00000000 5e643f28 00000000
I/DEBUG ( 154): 40154330 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 40154340 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 40154350 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 40154360 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 40154370 00000000 00000000 00000000 00000000
I/DEBUG ( 154):
I/DEBUG ( 154): memory near fp:
I/DEBUG ( 154): 6094bee0 6094bf00 40117aa4 00000000 00100000
I/DEBUG ( 154): 6094bef0 5ff33354 00000078 5e8d2ac0 40117c20
I/DEBUG ( 154): 6094bf00 6094bf00 60b66d48 00000000 00000000
I/DEBUG ( 154): 6094bf10 00000000 81ea9b6a 00000000 00000000
I/DEBUG ( 154): 6094bf20 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 6094bf30 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 6094bf40 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 6094bf50 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 6094bf60 00000000 00000000 5fbee640 00000000
I/DEBUG ( 154): 6094bf70 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 6094bf80 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 6094bf90 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 6094bfa0 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 6094bfb0 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 6094bfc0 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 6094bfd0 00000000 00000000 00000000 00000000
I/DEBUG ( 154):
I/DEBUG ( 154): memory near ip:
I/DEBUG ( 154): 07c63fe0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 07c63ff0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 07c64000 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 07c64010 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 07c64020 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 07c64030 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 07c64040 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 07c64050 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 07c64060 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 07c64070 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 07c64080 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 07c64090 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 07c640a0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 07c640b0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 07c640c0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 07c640d0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154):
I/DEBUG ( 154): memory near sp:
I/DEBUG ( 154): 6094bc78 00000000 4012c1bb 6094bc9c 0000020c
I/DEBUG ( 154): 6094bc88 401543ac 4099a375 df0027ad 00000000
I/DEBUG ( 154): 6094bc98 00000003 6c756e28 0000296c 00000000
I/DEBUG ( 154): 6094bca8 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 6094bcb8 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 6094bcc8 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 6094bcd8 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 6094bce8 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 6094bcf8 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 6094bd08 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 6094bd18 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 6094bd28 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 6094bd38 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 6094bd48 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 6094bd58 00000000 00000000 00000000 00000000
I/DEBUG ( 154): 6094bd68 00000000 00000000 00000000 00000000
I/DEBUG ( 154):
I/DEBUG ( 154): code around pc:
I/DEBUG ( 154): 4098d228 46204a18 7100f44f 34ccf8d5 f7d7447a
I/DEBUG ( 154): 4098d238 2200ebfc 5d114615 e004b9a9 4c0d4780
I/DEBUG ( 154): 4098d248 f7d77025 4910ed2a 4a102006 447a4479
I/DEBUG ( 154): 4098d258 eba2f7d7 f7d72000 4b0dec6c 6dd8447b
I/DEBUG ( 154): 4098d268 d1eb2800 3201e7eb f5b2186d d0ea7f00
I/DEBUG ( 154): 4098d278 bf00e7e1 deadd00d 00065a68 fffffde8
I/DEBUG ( 154): 4098d288 00074928 0004a30f 000496f6 0004b5b6
I/DEBUG ( 154): 4098d298 000748e0 4604b570 68406806 f1a0e005
I/DEBUG ( 154): 4098d2a8 46280518 fca6f7f3 42b04628 6820d1f7
I/DEBUG ( 154): 4098d2b8 68a1b128 f0221a0a f7ff0107 4620fe6a
I/DEBUG ( 154): 4098d2c8 0000bd70 f00fb570 4b41fbad f8d3447b
I/DEBUG ( 154): 4098d2d8 b10803cc ff7af01d 25004c3e 6c20447c
I/DEBUG ( 154): 4098d2e8 eb48f7d7 64256ea0 eb44f7d7 66a56f20
I/DEBUG ( 154): 4098d2f8 eb40f7d7 f00c6725 f00cf845 f8d4fa73
I/DEBUG ( 154): 4098d308 28030098 f02dd101 f00ffd0d 4932f8f3
I/DEBUG ( 154): 4098d318 f8914479 b1322033 20034930 44794a30
I/DEBUG ( 154):
I/DEBUG ( 154): code around lr:
I/DEBUG ( 154): 00000000 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 00000010 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 00000020 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 00000030 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 00000040 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 00000050 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 00000060 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 00000070 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 00000080 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 00000090 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 000000a0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 000000b0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 000000c0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 000000d0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 000000e0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154): 000000f0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 154):
I/DEBUG ( 154): memory map around fault addr deadd00d:
I/DEBUG ( 154): bed81000-beda2000 rw- [stack]
I/DEBUG ( 154): (no map for address)
I/DEBUG ( 154): ffff0000-ffff1000 r-x [vectors]
I/BootReceiver( 536): Copying /data/tombstones/tombstone_09 to DropBox (SYSTEM_TOMBSTONE)
W/ActivityManager( 536): Force finishing activity com.puzzl.yummycircus/.MainActivity
I/WindowManager( 536): Screenshot Window{421a4958 u0 com.puzzl.yummycircus/com.puzzl.yummycircus.MainActivity} was all black! mSurfaceLayer=21065 minLayer=21065 maxLayer=21065
D/dalvikvm( 536): GC_FOR_ALLOC freed 1823K, 45% free 13482K/24092K, paused 97ms, total 97ms
W/InputDispatcher( 536): channel '421a4958 com.puzzl.yummycircus/com.puzzl.yummycircus.MainActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
E/InputDispatcher( 536): channel '421a4958 com.puzzl.yummycircus/com.puzzl.yummycircus.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
W/InputDispatcher( 536): Attempted to unregister already unregistered input channel '421a4958 com.puzzl.yummycircus/com.puzzl.yummycircus.MainActivity (server)'
I/WindowState( 536): WIN DEATH: Window{421a4958 u0 com.puzzl.yummycircus/com.puzzl.yummycircus.MainActivity}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment