Android App written in Swift crashes after few seconds

Hi. I’m new in Silver. Today I started playing Fire, but every time I deploy the app in the emulator (I tried the Android Studio emulator and Genymotion), the app crashes on launch or crashes after two seconds when I try to scroll in the device screen.
In the console I just read “process terminated with exit code 0”.
How can I fix this?
Thank you!

android-swift-airports.zip (1.4 MB)

can you run “./adb logcat” from the Android SDK terminal (available via the Tools menu) and see if that mentioned any relevant details?

I tried to see if logcat contains any relevant details, but i haven’t found anything… This is the output until the crash:

05-30 01:02:48.022 1316 1316 I : free_cache(1567357) avail 668667904 05-30 01:02:48.226 1576 1603 W PackageParser: Unknown element under : uses-sdk at /data/app/vmdl1028186274.tmp/base.apk Binary XML file line #10 05-30 01:02:48.226 1576 1603 I PackageParser: com.mattcianna.ciaone: compat added android.permission.WRITE_EXTERNAL_STORAGE android.permission.READ_PHONE_STATE 05-30 01:02:48.228 1576 1603 I PackageManager.DexOptimizer: Running dexopt (dex2oat) on: /data/app/vmdl1028186274.tmp/base.apk pkg=com.mattcianna.ciaone isa=x86 vmSafeMode=false debuggable=true target-filter=interpret-only oatDir = /data/app/vmdl1028186274.tmp/oat sharedLibraries=null 05-30 01:02:48.237 4920 4920 W dex2oat : Unexpected CPU variant for X86 using defaults: x86 05-30 01:02:48.237 4920 4920 W dex2oat : Mismatch between dex2oat instruction set features (ISA: X86 Feature string: smp,-ssse3,-sse4.1,-sse4.2,-avx,-avx2,-lock_add,-popcnt) and those of dex2oat executable (ISA: X86 Feature string: smp,ssse3,-sse4.1,-sse4.2,-avx,-avx2,-lock_add,-popcnt) for the command line: 05-30 01:02:48.237 4920 4920 W dex2oat : /system/bin/dex2oat --zip-fd=6 --zip-location=base.apk --oat-fd=7 --oat-location=/data/app/vmdl1028186274.tmp/oat/x86/base.odex --instruction-set=x86 --instruction-set-variant=x86 --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --compiler-filter=interpret-only --swap-fd=9 --debuggable 05-30 01:02:48.237 4920 4920 I dex2oat : /system/bin/dex2oat --compiler-filter=interpret-only --debuggable 05-30 01:02:48.242 4920 4920 E cutils-trace: Error opening trace file: Permission denied (13) 05-30 01:02:48.325 4920 4920 W dex2oat : Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable 05-30 01:02:48.359 4920 4922 W dex2oat : Before Android 4.1, method int android.support.v7.widget.ListViewCompat.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method in android.widget.ListView 05-30 01:02:49.360 4920 4920 I dex2oat : dex2oat took 1.122s (threads: 2) arena alloc=1832B (1832B) java alloc=2MB (2325720B) native alloc=4MB (4401008B) free=1846KB (1890448B) 05-30 01:02:49.365 1576 1591 I ActivityManager: Force stopping com.mattcianna.ciaone appid=10071 user=-1: installPackageLI 05-30 01:02:49.365 1576 1591 I ActivityManager: Killing 4529:com.mattcianna.ciaone/u0a71 (adj 0): stop com.mattcianna.ciaone 05-30 01:02:49.386 1576 1591 D ActivityManager: cleanUpApplicationRecord -- 4529 05-30 01:02:49.387 1576 1591 W ActivityManager: Force removing ActivityRecord{9fdc096 u0 com.mattcianna.ciaone/.MainActivity t37}: app died, no saved state 05-30 01:02:49.398 1576 1598 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 60) 05-30 01:02:49.437 1576 1603 I PackageManager: Package com.mattcianna.ciaone codePath changed from /data/app/com.mattcianna.ciaone-2 to /data/app/com.mattcianna.ciaone-1; Retaining data and using new 05-30 01:02:49.437 1576 1603 W PackageManager: Code path for com.mattcianna.ciaone changing from /data/app/com.mattcianna.ciaone-2 to /data/app/com.mattcianna.ciaone-1 05-30 01:02:49.437 1576 1603 W PackageManager: Resource path for com.mattcianna.ciaone changing from /data/app/com.mattcianna.ciaone-2 to /data/app/com.mattcianna.ciaone-1 05-30 01:02:49.479 4816 4816 V PhoneStatusBar: setLightsOn(true) 05-30 01:02:49.480 4816 4816 V PhoneStatusBar: setLightsOn(true) 05-30 01:02:49.480 4816 4816 V PhoneStatusBar: setLightsOn(true) 05-30 01:02:49.487 1576 1603 I art : Starting a blocking GC Explicit 05-30 01:02:49.494 1296 1846 D gralloc_ranchu: gralloc_alloc: format 2 and usage 0x933 imply creation of host color buffer 05-30 01:02:49.510 3025 3025 D : HostConnection::get() New Host Connection established 0xa4bb8780, tid 3025 05-30 01:02:49.524 1576 1603 I art : Explicit concurrent mark sweep GC freed 24330(1286KB) AllocSpace objects, 7(140KB) LOS objects, 26% free, 11MB/15MB, paused 1.431ms total 36.184ms 05-30 01:02:49.531 1316 1316 E : Couldn't opendir /data/app/vmdl1028186274.tmp: No such file or directory 05-30 01:02:49.540 1576 1603 I ActivityManager: Force stopping com.mattcianna.ciaone appid=10071 user=0: pkg removed 05-30 01:02:49.624 1576 1616 I InputReader: Reconfiguring input devices. changes=0x00000010 05-30 01:02:49.625 4816 4816 V PhoneStatusBar: setLightsOn(true) 05-30 01:02:49.626 4816 4816 V PhoneStatusBar: setLightsOn(true) 05-30 01:02:49.629 4463 4463 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1357 android.content.ContextWrapper.startService:613 android.content.ContextWrapper.startService:613 com.android.keychain.KeyChainBroadcastReceiver.onReceive:12 android.app.ActivityThread.handleReceiver:3040 05-30 01:02:49.662 1958 2232 E NetworkScheduler.SR: Invalid parameter app 05-30 01:02:49.662 1958 2232 E NetworkScheduler.SR: Invalid package name : Perhaps you didn't include a PendingIntent in the extras? 05-30 01:02:49.704 1576 1616 I InputReader: Reconfiguring input devices. changes=0x00000010 05-30 01:02:49.719 2516 2525 W SQLiteConnectionPool: A SQLiteConnection object for database '/data/user/0/com.google.android.gms/databases/metrics.db' was leaked! Please fix your application to end transactions in progress properly and to close the database when it is no longer needed. 05-30 01:02:49.720 2516 2525 W SQLiteConnectionPool: A SQLiteConnection object for database '/data/user/0/com.google.android.gms/databases/help_responses.db.18' was leaked! Please fix your application to end transactions in progress properly and to close the database when it is no longer needed. 05-30 01:02:49.721 2516 2525 W SQLiteConnectionPool: A SQLiteConnection object for database '/data/user/0/com.google.android.gms/databases/auto_complete_suggestions.db' was leaked! Please fix your application to end transactions in progress properly and to close the database when it is no longer needed. 05-30 01:02:49.737 1788 1788 D CarrierSvcBindHelper: No carrier app for: 0 05-30 01:02:49.737 1788 1788 D CarrierSvcBindHelper: No carrier app for: 0 05-30 01:02:49.772 1576 1616 I InputReader: Reconfiguring input devices. changes=0x00000010 05-30 01:02:49.772 1788 1788 D CarrierConfigLoader: mHandler: 9 phoneId: 0 05-30 01:02:49.793 1958 2232 E NetworkScheduler.SR: Invalid parameter app 05-30 01:02:49.793 1958 2232 E NetworkScheduler.SR: Invalid package name : Perhaps you didn't include a PendingIntent in the extras? 05-30 01:02:49.799 2086 4937 I UpdateIcingCorporaServi: Updating corpora: APPS=com.mattcianna.ciaone, CONTACTS=MAYBE 05-30 01:02:49.833 4816 4816 V PhoneStatusBar: setLightsOn(true) 05-30 01:02:49.833 4816 4816 V PhoneStatusBar: setLightsOn(true) 05-30 01:02:49.897 2516 4938 W IcingInternalCorpora: getNumBytesRead when not calculated. 05-30 01:02:49.913 2516 2704 E Drive.UninstallOperation: Package still installed com.mattcianna.ciaone 05-30 01:02:49.916 2516 4940 I PeopleContactsSync: triggerPendingContactsCleanup: no accounts 05-30 01:02:49.923 2516 4940 D Wear_Controller: Received broadcast action=android.intent.action.PACKAGE_REMOVED and uri=com.mattcianna.ciaone 05-30 01:02:49.923 2516 4940 D Wear_Controller: Received broadcast action=android.intent.action.PACKAGE_ADDED and uri=com.mattcianna.ciaone 05-30 01:02:49.955 4925 4925 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<< (a java.lang.Daemons$FinalizerWatchdogDaemon) 05-30 01:02:50.514 4973 4978 F art : art/runtime/runtime.cc:422] at java.lang.Daemons$FinalizerWatchdogDaemon.sleepUntilNeeded(Daemons.java:269) 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] - locked <0x0bcbb9a9> (a java.lang.Daemons$FinalizerWatchdogDaemon) 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:249) 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] at java.lang.Thread.run(Thread.java:761) 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] "HeapTaskDaemon" prio=5 tid=8 Blocked 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12c3f940 self=0xa6b20100 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] | sysTid=4984 nice=0 cgrp=default sched=0/0 handle=0xaf4c4920 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] | stack=0xaf3c2000-0xaf3c4000 stackSize=1038KB 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] | held mutexes= 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] kernel: futex_wait_queue_me+0xcd/0x113 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] kernel: futex_wait+0xc1/0x194 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] kernel: do_futex+0x9b/0x740 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] kernel: SyS_futex+0xaf/0xf6 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] kernel: sysenter_do_call+0x12/0x28 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] native: #00 pc ffffe422 [vdso] (__kernel_vsyscall+14) 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] native: #01 pc 0001e258 /system/lib/libc.so (syscall+40) 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] native: #02 pc 0011d1de /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+142) 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] native: #03 pc 0011d147 /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+39) 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] native: #04 pc 002c097e /system/lib/libart.so (_ZN3art2gc13TaskProcessor7GetTaskEPNS_6ThreadE+430) 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] native: #05 pc 002c1392 /system/lib/libart.so (_ZN3art2gc13TaskProcessor11RunAllTasksEPNS_6ThreadE+82) 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] native: #06 pc 0044673b /system/lib/libart.so (_ZN3artL22VMRuntime_runHeapTasksEP7_JNIEnvP8_jobject+59) 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] native: #07 pc 001cd35c /system/framework/x86/boot-core-libart.oat (Java_dalvik_system_VMRuntime_runHeapTasks__+104) 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] at dalvik.system.VMRuntime.runHeapTasks(Native method) 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] - waiting to lock an unknown object 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] at java.lang.Daemons$HeapTaskDaemon.run(Daemons.java:433) 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] at java.lang.Thread.run(Thread.java:761) 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] "Binder:4973_1" prio=5 tid=9 Native 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12c3fa60 self=0xa6b20600 05-30 01:02:50.515 4973 4978 F art : art/runtime/runtime.cc:422] | sysTid=4985 nice=0 cgrp=default sched=0/0 handle=0xaf2c1920 05-30 01:02:50.516 4973 4978 F art : art/runtime/runtime.cc:422] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100 05-30 01:02:50.516 4973 4978 F art : art/runtime/runtime.cc:422] | stack=0xaf1c5000-0xaf1c7000 stackSize=1014KB 05-30 01:02:50.516 4973 4978 F art : art/runtime/runtime.cc:422] | held mutexes= 05-30 01:02:50.516 4973 4978 F art : art/runtime/runtime.cc:422] kernel: binder_thread_read+0xb9a/0xd63 05-30 01:02:50.516 4973 4978 F art : art/runtime/runtime.cc:422] kernel: binder_ioctl+0x2af/0x6c9 05-30 01:02:50.516 4973 4978 F art : art/runtime/runtime.cc:422] kernel: SyS_ioctl+0x4a/0x6a 05-30 01:02:50.517 4973 4978 F art : art/runtime/runtime.cc:422] kernel: sysenter_do_call+0x12/0x28 05-30 01:02:50.517 4973 4978 F art : art/runtime/runtime.cc:422] native: #00 pc ffffe422 [vdso] (__kernel_vsyscall+14) 05-30 01:02:50.517 4973 4978 F art : art/runtime/runtime.cc:422] native: #01 pc 00077b8c /system/lib/libc.so (__ioctl+28) 05-30 01:02:50.517 4973 4978 F art : art/runtime/runtime.cc:422] native: #02 pc 000226d7 /system/lib/libc.so (ioctl+71) 05-30 01:02:50.519 4973 4978 F art : art/runtime/runtime.cc:422] native: #03 pc 00047797 /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+279) 05-30 01:02:50.519 4973 4978 F art : art/runtime/runtime.cc:422] native: #04 pc 0004793a /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+42) 05-30 01:02:50.519 4973 4978 F art : art/runtime/runtime.cc:422] native: #05 pc 000481ff /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+95) 05-30 01:02:50.519 4973 4978 F art : art/runtime/runtime.cc:422] native: #06 pc 0006effe /system/lib/libbinder.so (_ZN7android10PoolThread10threadLoopEv+46) 05-30 01:02:50.519 4973 4978 F art : art/runtime/runtime.cc:422] native: #07 pc 00012095 /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+309) 05-30 01:02:50.519 4973 4978 F art : art/runtime/runtime.cc:422] native: #08 pc 0007098b /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+111) 05-30 01:02:50.519 4973 4978 F art : art/runtime/runtime.cc:422] native: #09 pc 00011883 /system/lib/libutils.so (_ZN13thread_data_t10trampolineEPKS_+259) 05-30 01:02:50.519 4973 4978 F art : art/runtime/runtime.cc:422] native: #10 pc 00074fe2 /system/lib/libc.so (_ZL15__pthread_startPv+210) 05-30 01:02:50.519 4973 4978 F art : art/runtime/runtime.cc:422] native: #11 pc 0002029e /system/lib/libc.so (__start_thread+30) 05-30 01:02:50.525 4973 4978 F art : art/runtime/runtime.cc:422] native: #12 pc 0001e076 /system/lib/libc.so (__bionic_clone+70) 05-30 01:02:50.525 4973 4978 F art : art/runtime/runtime.cc:422] (no managed stack frames) 05-30 01:02:50.525 4973 4978 F art : art/runtime/runtime.cc:422] 05-30 01:02:50.525 4973 4978 F art : art/runtime/runtime.cc:422] "Binder:4973_2" prio=5 tid=10 Native 05-30 01:02:50.528 4973 4978 F art : art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12c3faf0 self=0xb42ba800 05-30 01:02:50.528 4973 4978 F art : art/runtime/runtime.cc:422] | sysTid=4986 nice=0 cgrp=default sched=0/0 handle=0xa9764920 05-30 01:02:50.528 4973 4978 F art : art/runtime/runtime.cc:422] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100 05-30 01:02:50.529 4973 4978 F art : art/runtime/runtime.cc:422] | stack=0xa9668000-0xa966a000 stackSize=1014KB 05-30 01:02:50.535 4973 4978 F art : art/runtime/runtime.cc:422] | held mutexes= 05-30 01:02:50.536 4973 4978 F art : art/runtime/runtime.cc:422] kernel: binder_thread_read+0xb9a/0xd63 05-30 01:02:50.536 4973 4978 F art : art/runtime/runtime.cc:422] kernel: binder_ioctl+0x2af/0x6c9 05-30 01:02:50.536 4973 4978 F art : art/runtime/runtime.cc:422] kernel: do_vfs_ioctl+0x36b/0x415 05-30 01:02:50.536 4973 4978 F art : art/runtime/runtime.cc:422] kernel: SyS_ioctl+0x4a/0x6a 05-30 01:02:50.536 4973 4978 F art : art/runtime/runtime.cc:422] kernel: sysenter_do_call+0x12/0x28 05-30 01:02:50.536 4973 4978 F art : art/runtime/runtime.cc:422] native: #00 pc ffffe422 [vdso] (__kernel_vsyscall+14) 05-30 01:02:50.536 4973 4978 F art : art/runtime/runtime.cc:422] native: #01 pc 00077b8c /system/lib/libc.so (__ioctl+28) 05-30 01:02:50.536 4973 4978 F art : art/runtime/runtime.cc:422] native: #02 pc 000226d7 /system/lib/libc.so (ioctl+71) 05-30 01:02:50.536 4973 4978 F art : art/runtime/runtime.cc:422] native: #03 pc 00047797 /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+279) 05-30 01:02:50.538 4973 4978 F art : art/runtime/runtime.cc:422] native: #04 pc 0004793a /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+42) 05-30 01:02:50.538 4973 4978 F art : art/runtime/runtime.cc:422] native: #05 pc 000481ff /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+95) 05-30 01:02:50.538 4973 4978 F art : art/runtime/runtime.cc:422] native: #06 pc 0006effe /system/lib/libbinder.so (_ZN7android10PoolThread10threadLoopEv+46) 05-30 01:02:50.538 4973 4978 F art : art/runtime/runtime.cc:422] native: #07 pc 00012095 /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+309) 05-30 01:02:50.538 4973 4978 F art : art/runtime/runtime.cc:422] native: #08 pc 0007098b /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+111) 05-30 01:02:50.538 4973 4978 F art : art/runtime/runtime.cc:422] native: #09 pc 00011883 /system/lib/libutils.so (_ZN13thread_data_t10trampolineEPKS_+259) 05-30 01:02:50.538 4973 4978 F art : art/runtime/runtime.cc:422] native: #10 pc 00074fe2 /system/lib/libc.so (_ZL15__pthread_startPv+210) 05-30 01:02:50.538 4973 4978 F art : art/runtime/runtime.cc:422] native: #11 pc 0002029e /system/lib/libc.so (__start_thread+30) 05-30 01:02:50.538 4973 4978 F art : art/runtime/runtime.cc:422] native: #12 pc 0001e076 /system/lib/libc.so (__bionic_clone+70) 05-30 01:02:50.539 4973 4978 F art : art/runtime/runtime.cc:422] (no managed stack frames) 05-30 01:02:50.539 4973 4978 F art : art/runtime/runtime.cc:422] 05-30 01:02:50.539 4973 4978 F art : art/runtime/runtime.cc:422] "Profile Saver" prio=5 tid=11 Native 05-30 01:02:50.539 4973 4978 F art : art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12c3fd30 self=0xb068c300 05-30 01:02:50.539 4973 4978 F art : art/runtime/runtime.cc:422] | sysTid=4987 nice=-10 cgrp=default sched=0/0 handle=0xa9665920 05-30 01:02:50.539 4973 4978 F art : art/runtime/runtime.cc:422] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100 05-30 01:02:50.539 4973 4978 F art : art/runtime/runtime.cc:422] | stack=0xa9569000-0xa956b000 stackSize=1014KB 05-30 01:02:50.539 4973 4978 F art : art/runtime/runtime.cc:422] | held mutexes= 05-30 01:02:50.539 4973 4978 F art : art/runtime/runtime.cc:422] kernel: futex_wait_queue_me+0xcd/0x113 05-30 01:02:50.539 4973 4978 F art : art/runtime/runtime.cc:422] kernel: futex_wait+0xc1/0x194 05-30 01:02:50.539 4973 4978 F art : art/runtime/runtime.cc:422] kernel: do_futex+0x9b/0x740 05-30 01:02:50.539 4973 4978 F art : art/runtime/runtime.cc:422] kernel: SyS_futex+0xaf/0xf6 05-30 01:02:50.539 4973 4978 F art : art/runtime/runtime.cc:422] kernel: sysenter_do_call+0x12/0x28 05-30 01:02:50.539 4973 4978 F art : art/runtime/runtime.cc:422] native: #00 pc ffffe424 [vdso] (__kernel_vsyscall+16) 05-30 01:02:50.539 4973 4978 F art : art/runtime/runtime.cc:422] native: #01 pc 0001e258 /system/lib/libc.so (syscall+40) 05-30 01:02:50.539 4973 4978 F art : art/runtime/runtime.cc:422] native: #02 pc 0011d8c8 /system/lib/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadExi+200) 05-30 01:02:50.539 4973 4978 F art : art/runtime/runtime.cc:422] native: #03 pc 003c9497 /system/lib/libart.so (_ZN3art12ProfileSaver3RunEv+199) 05-30 01:02:50.539 4973 4978 F art : art/runtime/runtime.cc:422] native: #04 pc 003cb66a /system/lib/libart.so (_ZN3art12ProfileSaver21RunProfileSaverThreadEPv+106) 05-30 01:02:50.539 4973 4978 F art : art/runtime/runtime.cc:422] native: #05 pc 00074fe2 /system/lib/libc.so (_ZL15__pthread_startPv+210) 05-30 01:02:50.539 4973 4978 F art : art/runtime/runtime.cc:422] native: #06 pc 0002029e /system/lib/libc.so (__start_thread+30) 05-30 01:02:50.539 4973 4978 F art : art/runtime/runtime.cc:422] native: #07 pc 0001e076 /system/lib/libc.so (__bionic_clone+70) 05-30 01:02:50.539 4973 4978 F art : art/runtime/runtime.cc:422] (no managed stack frames) 05-30 01:02:50.539 4973 4978 F art : art/runtime/runtime.cc:422] 05-30 01:02:50.539 4973 4978 F art : art/runtime/runtime.cc:422] --------- beginning of crash 05-30 01:02:50.539 4973 4978 F libc : Fatal signal 6 (SIGABRT), code -6 in tid 4978 (Jit thread pool) 05-30 01:02:50.539 1252 1252 W : debuggerd: handling request: pid=4973 uid=10071 gid=10071 tid=4978 05-30 01:02:50.590 2516 3014 I Icing : Usage reports 0 indexed 0 rejected 0 imm upload false 05-30 01:02:50.603 4990 4990 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 05-30 01:02:50.603 4990 4990 F DEBUG : Build fingerprint: 'Android/sdk_google_phone_x86/generic_x86:7.1.1/NYC/3756122:userdebug/test-keys' 05-30 01:02:50.603 4990 4990 F DEBUG : Revision: '0' 05-30 01:02:50.603 4990 4990 F DEBUG : ABI: 'x86' 05-30 01:02:50.603 4990 4990 F DEBUG : pid: 4973, tid: 4978, name: Jit thread pool >>> com.mattcianna.ciaone <<< 05-30 01:02:50.603 4990 4990 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr -------- 05-30 01:02:50.605 4990 4990 F DEBUG : Abort message: 'art/runtime/jdwp/jdwp_event.cc:681] Check failed: threadId != 0u (threadId=0, 0u=0) ' 05-30 01:02:50.605 4990 4990 F DEBUG : eax 00000000 ebx 0000136d ecx 00001372 edx 00000006 05-30 01:02:50.605 4990 4990 F DEBUG : esi afad2978 edi afad2920 05-30 01:02:50.605 4990 4990 F DEBUG : xcs 00000073 xds 0000007b xes 0000007b xfs 0000003b xss 0000007b 05-30 01:02:50.605 4990 4990 F DEBUG : eip b4920424 ebp afad16c8 esp afad166c flags 00000296 05-30 01:02:50.615 4990 4990 F DEBUG : 05-30 01:02:50.615 4990 4990 F DEBUG : backtrace: 05-30 01:02:50.615 4990 4990 F DEBUG : #00 pc ffffe424 [vdso:b4920000] (__kernel_vsyscall+16) 05-30 01:02:50.615 4990 4990 F DEBUG : #01 pc 0007a03c /system/lib/libc.so (tgkill+28) 05-30 01:02:50.615 4990 4990 F DEBUG : #02 pc 00075885 /system/lib/libc.so (pthread_kill+85) 05-30 01:02:50.615 4990 4990 F DEBUG : #03 pc 0002785a /system/lib/libc.so (raise+42) 05-30 01:02:50.615 4990 4990 F DEBUG : #04 pc 0001ee36 /system/lib/libc.so (abort+86) 05-30 01:02:50.616 4990 4990 F DEBUG : #05 pc 005183c5 /system/lib/libart.so (_ZN3art7Runtime5AbortEPKc+565) 05-30 01:02:50.616 4990 4990 F DEBUG : #06 pc 0011a5b3 /system/lib/libart.so (_ZN3art10LogMessageD1Ev+1747) 05-30 01:02:50.616 4990 4990 F DEBUG : #07 pc 0039c280 /system/lib/libart.so (_ZN3art4JDWP9JdwpState19SetWaitForJdwpTokenEy+1328) 05-30 01:02:50.616 4990 4990 F DEBUG : #08 pc 0039b4e2 /system/lib/libart.so (_ZN3art4JDWP9JdwpState24AcquireJdwpTokenForEventEy+114) 05-30 01:02:50.618 4990 4990 F DEBUG : #09 pc 0039acf3 /system/lib/libart.so (_ZN3art4JDWP9JdwpState29SendRequestAndPossiblySuspendEPNS0_9ExpandBufENS0_17JdwpSuspendPolicyEy+211) 05-30 01:02:50.618 4990 4990 F DEBUG : #10 pc 003a0ec9 /system/lib/libart.so (_ZN3art4JDWP9JdwpState16PostClassPrepareEPNS_6mirror5ClassE+1705) 05-30 01:02:50.618 4990 4990 F DEBUG : #11 pc 001c2a85 /system/lib/libart.so (_ZN3art3Dbg16PostClassPrepareEPNS_6mirror5ClassE+53) 05-30 01:02:50.618 4990 4990 F DEBUG : #12 pc 001689fc /system/lib/libart.so (_ZN3art11ClassLinker11DefineClassEPNS_6ThreadEPKcjNS_6HandleINS_6mirror11ClassLoaderEEERKNS_7DexFileERKNS9_8ClassDefE+1116) 05-30 01:02:50.618 4990 4990 F DEBUG : #13 pc 00169576 /system/lib/libart.so (_ZN3art11ClassLinker9FindClassEPNS_6ThreadEPKcNS_6HandleINS_6mirror11ClassLoaderEEE+614) 05-30 01:02:50.618 4990 4990 F DEBUG : #14 pc 0014aca6 /system/lib/libart.so (_ZN3art11ClassLinker11ResolveTypeERKNS_7DexFileEtNS_6HandleINS_6mirror8DexCacheEEENS4_INS5_11ClassLoaderEEE+182) 05-30 01:02:50.618 4990 4990 F DEBUG : #15 pc 001a9c4c /system/lib/libart-compiler.so (_ZNK3art19HInstructionBuilder25IsOutermostCompilingClassEt+908) 05-30 01:02:50.618 4990 4990 F DEBUG : #16 pc 001a910d /system/lib/libart-compiler.so (_ZN3art19HInstructionBuilder16BuildNewInstanceEtj+1021) 05-30 01:02:50.618 4990 4990 F DEBUG : #17 pc 001a1479 /system/lib/libart-compiler.so (_ZN3art19HInstructionBuilder21ProcessDexInstructionERKNS_11InstructionEj+3593) 05-30 01:02:50.618 4990 4990 F DEBUG : #18 pc 0019fd89 /system/lib/libart-compiler.so (_ZN3art19HInstructionBuilder5BuildEv+2201) 05-30 01:02:50.618 4990 4990 F DEBUG : #19 pc 0016fe90 /system/lib/libart-compiler.so (_ZN3art13HGraphBuilder10BuildGraphEv+144) 05-30 01:02:50.618 4990 4990 F DEBUG : #20 pc 001e5e1e /system/lib/libart-compiler.so (_ZNK3art18OptimizingCompiler10TryCompileEPNS_14ArenaAllocatorEPNS_19CodeVectorAllocatorEPKNS_7DexFile8CodeItemEjNS_10InvokeTypeEtjP8_jobjectRKS5_NS_6HandleINS_6mirror8DexCacheEEEPNS_9ArtMethodEb+5342) 05-30 01:02:50.618 4990 4990 F DEBUG : #21 pc 001e8888 /system/lib/libart-compiler.so (_ZN3art18OptimizingCompiler10JitCompileEPNS_6ThreadEPNS_3jit12JitCodeCacheEPNS_9ArtMethodEb+632) 05-30 01:02:50.618 4990 4990 F DEBUG : #22 pc 0015aaa0 /system/lib/libart-compiler.so (_ZN3art3jit11JitCompiler13CompileMethodEPNS_6ThreadEPNS_9ArtMethodEb+400) 05-30 01:02:50.618 4990 4990 F DEBUG : #23 pc 0015a8f7 /system/lib/libart-compiler.so (jit_compile_method+55) 05-30 01:02:50.618 4990 4990 F DEBUG : #24 pc 003b7cab /system/lib/libart.so (_ZN3art3jit3Jit13CompileMethodEPNS_9ArtMethodEPNS_6ThreadEb+539) 05-30 01:02:50.618 4990 4990 F DEBUG : #25 pc 003ba190 /system/lib/libart.so (_ZN3art3jit14JitCompileTask3RunEPNS_6ThreadE+704) 05-30 01:02:50.618 4990 4990 F DEBUG : #26 pc 0055d4eb /system/lib/libart.so (_ZN3art16ThreadPoolWorker3RunEv+91) 05-30 01:02:50.618 4990 4990 F DEBUG : #27 pc 0055ccda /system/lib/libart.so (_ZN3art16ThreadPoolWorker8CallbackEPv+106) 05-30 01:02:50.619 4990 4990 F DEBUG : #28 pc 00074fe2 /system/lib/libc.so (_ZL15__pthread_startPv+210) 05-30 01:02:50.619 4990 4990 F DEBUG : #29 pc 0002029e /system/lib/libc.so (__start_thread+30) 05-30 01:02:50.619 4990 4990 F DEBUG : #30 pc 0001e076 /system/lib/libc.so (__bionic_clone+70) 05-30 01:02:50.634 2516 3014 I Icing : Usage reports 0 indexed 0 rejected 0 imm upload false 05-30 01:02:50.692 2516 4992 I GAv4-SVC: Google Analytics 10.2.98 is starting up. 05-30 01:02:50.897 4816 4816 V PhoneStatusBar: setLightsOn(true) 05-30 01:02:50.930 4816 4816 V PhoneStatusBar: setLightsOn(true) 05-30 01:02:50.934 4816 4816 V PhoneStatusBar: setLightsOn(true) 05-30 01:02:50.968 1576 5003 W ActivityManager: Force finishing activity com.mattcianna.ciaone/.MainActivity 05-30 01:02:50.970 4816 4816 V PhoneStatusBar: setLightsOn(true) 05-30 01:02:50.972 1252 1252 W : debuggerd: resuming target 4973 05-30 01:02:50.975 1576 5003 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 104) 05-30 01:02:50.976 1576 5003 W ActivityManager: Exception thrown during pause 05-30 01:02:50.976 1576 5003 W ActivityManager: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died 05-30 01:02:50.976 1576 5003 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) 05-30 01:02:50.976 1576 5003 W ActivityManager: at android.os.BinderProxy.transact(Binder.java:615) 05-30 01:02:50.976 1576 5003 W ActivityManager: at android.app.ApplicationThreadProxy.schedulePauseActivity(ApplicationThreadNative.java:785) 05-30 01:02:50.976 1576 5003 W ActivityManager: at com.android.server.am.ActivityStack.startPausingLocked(ActivityStack.java:1141) 05-30 01:02:50.976 1576 5003 W ActivityManager: at com.android.server.am.ActivityStack.finishActivityLocked(ActivityStack.java:3523) 05-30 01:02:50.976 1576 5003 W ActivityManager: at com.android.server.am.ActivityStack.finishTopRunningActivityLocked(ActivityStack.java:3359) 05-30 01:02:50.976 1576 5003 W ActivityManager: at com.android.server.am.ActivityStackSupervisor.finishTopRunningActivityLocked(ActivityStackSupervisor.java:1855) 05-30 01:02:50.976 1576 5003 W ActivityManager: at com.android.server.am.AppErrors.handleAppCrashLocked(AppErrors.java:619) 05-30 01:02:50.976 1576 5003 W ActivityManager: at com.android.server.am.AppErrors.makeAppCrashingLocked(AppErrors.java:477) 05-30 01:02:50.976 1576 5003 W ActivityManager: at com.android.server.am.AppErrors.crashApplicationInner(AppErrors.java:353) 05-30 01:02:50.976 1576 5003 W ActivityManager: at com.android.server.am.AppErrors.crashApplication(AppErrors.java:305) 05-30 01:02:50.976 1576 5003 W ActivityManager: at com.android.server.am.ActivityManagerService.handleApplicationCrashInner(ActivityManagerService.java:13476) 05-30 01:02:50.976 1576 5003 W ActivityManager: at com.android.server.am.NativeCrashListener$NativeCrashReporter.run(NativeCrashListener.java:86) 05-30 01:02:50.976 1576 1595 I BootReceiver: Copying /data/tombstones/tombstone_01 to DropBox (SYSTEM_TOMBSTONE) 05-30 01:02:50.980 1294 1294 E lowmemorykiller: Error writing /proc/4973/oom_score_adj; errno=22 05-30 01:02:50.981 1576 5003 I WindowManager: Failed to capture screenshot of Token{c6ca111 ActivityRecord{e76cd38 u0 com.mattcianna.ciaone/.MainActivity t38 f}} appWin=Window{2196149 u0 Starting com.mattcianna.ciaone} drawState=4 05-30 01:02:50.986 1576 5003 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 56) 05-30 01:02:50.990 1576 5003 W ActivityManager: Force finishing activity com.mattcianna.ciaone/.MainActivity 05-30 01:02:50.990 1576 5003 W ActivityManager: Duplicate finish request for ActivityRecord{e76cd38 u0 com.mattcianna.ciaone/.MainActivity t38 f} 05-30 01:02:50.996 1576 1615 W InputDispatcher: channel '97aee86 com.mattcianna.ciaone/com.mattcianna.ciaone.MainActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9 05-30 01:02:50.996 1576 1615 E InputDispatcher: channel '97aee86 com.mattcianna.ciaone/com.mattcianna.ciaone.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed! 05-30 01:02:51.000 1311 1311 I Zygote : Process 4973 exited due to signal (6) 05-30 01:02:51.001 1576 2139 I ActivityManager: Process com.mattcianna.ciaone (pid 4973) has died 05-30 01:02:51.001 1576 2139 D ActivityManager: cleanUpApplicationRecord -- 4973 05-30 01:02:51.005 1576 1588 I WindowManager: WIN DEATH: Window{97aee86 u0 com.mattcianna.ciaone/com.mattcianna.ciaone.MainActivity} 05-30 01:02:51.005 1576 1588 W InputDispatcher: Attempted to unregister already unregistered input channel '97aee86 com.mattcianna.ciaone/com.mattcianna.ciaone.MainActivity (server)' 05-30 01:02:51.012 1296 1338 D gralloc_ranchu: gralloc_alloc: format 2 and usage 0x933 imply creation of host color buffer 05-30 01:02:51.029 3025 3025 D : HostConnection::get() New Host Connection established 0xa4bb8780, tid 3025 05-30 01:02:51.051 2516 2644 I Icing : Indexing 14B358D8140570F683310BBFDEFA1D6C3E7A539E from com.google.android.googlequicksearchbox 05-30 01:02:51.068 4816 4816 V PhoneStatusBar: setLightsOn(true) 05-30 01:02:51.102 1296 1336 D gralloc_ranchu: gralloc_alloc: format 1 and usage 0x900 imply creation of host color buffer 05-30 01:02:51.102 1576 1951 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@49f457d attribute=null, token = android.os.BinderProxy@bf09589 05-30 01:02:51.105 1576 3039 I OpenGLRenderer: Initialized EGL, version 1.4 05-30 01:02:51.105 1576 3039 D OpenGLRenderer: Swap behavior 1 05-30 01:02:51.106 1576 3039 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... 05-30 01:02:51.106 1576 3039 D OpenGLRenderer: Swap behavior 0 05-30 01:02:51.106 1296 1336 D gralloc_ranchu: gralloc_alloc: format 1 and usage 0x900 imply creation of host color buffer 05-30 01:02:51.116 1296 1336 D gralloc_ranchu: gralloc_alloc: format 1 and usage 0x900 imply creation of host color buffer 05-30 01:02:51.120 2516 2644 I Icing : Indexing done 14B358D8140570F683310BBFDEFA1D6C3E7A539E 05-30 01:02:51.435 2516 2644 I Icing : Indexing 85653DE92FFDFF7936FAAB0930EEB0B4F0721EC0 from com.google.android.gms 05-30 01:02:51.458 2516 2644 I Icing : Indexing done 85653DE92FFDFF7936FAAB0930EEB0B4F0721EC0 05-30 01:02:51.675 2516 2644 I Icing : Indexing 85653DE92FFDFF7936FAAB0930EEB0B4F0721EC0 from com.google.android.gms 05-30 01:02:51.675 2516 2644 I Icing : Indexing done 85653DE92FFDFF7936FAAB0930EEB0B4F0721EC0 05-30 01:02:51.695 1576 1598 D gralloc_ranchu: gralloc_unregister_buffer: exiting HostConnection (is buffer-handling thread) 05-30 01:02:51.696 1576 1598 D : HostConnection::get() New Host Connection established 0x97df1140, tid 1598 05-30 01:02:51.708 1576 1598 D gralloc_ranchu: gralloc_unregister_buffer: exiting HostConnection (is buffer-handling thread) 05-30 01:02:52.211 1296 1846 D gralloc_ranchu: gralloc_alloc: format 2 and usage 0x933 imply creation of host color buffer 05-30 01:02:52.278 1296 1846 D gralloc_ranchu: gralloc_alloc: format 2 and usage 0x933 imply creation of host color buffer 05-30 01:02:56.129 2516 5005 W PlatformStatsUtil: Could not retrieve Usage & Diagnostics setting. Giving up. 05-30 01:03:01.188 2516 5005 W PlatformStatsUtil: Could not retrieve Usage & Diagnostics setting. Giving up. 05-30 01:03:06.033 1576 1591 I ActivityManager: Waited long enough for: ServiceRecord{ed6dc37 u0 com.google.android.gms/.stats.service.DropBoxEntryAddedService} 05-30 01:03:06.247 2516 5005 W PlatformStatsUtil: Could not retrieve Usage & Diagnostics setting. Giving up. 05-30 01:03:29.390 2086 5012 I ContextCompilationHandl: Compiling grammar for: en-US, type=CONTACT_DIALING 05-30 01:03:29.392 2086 5012 I ContextCompilationHandl: No grammar compilation resources for COMPILER, aborting. 05-30 01:03:29.392 2086 5012 I ContextCompilationHandl: Compiling grammar for: en-US, type=HANDS_FREE_COMMANDS 05-30 01:03:29.395 2086 5012 I ContextCompilationHandl: No grammar compilation resources for COMPILER, aborting. 05-30 01:03:29.395 2086 5012 I ContextCompilationHandl: Compiling grammar for: en-US, type=CONTACT_NAMES 05-30 01:03:29.397 2086 5012 I ContextCompilationHandl: No grammar compilation resources for VOICE_ACTIONS_COMPILER, aborting. 05-30 01:03:29.397 2086 5012 I ContextCompilationHandl: Compiling grammar for: en-US, type=APP_NAMES 05-30 01:03:29.399 2086 5012 I ContextCompilationHandl: No grammar compilation resources for VOICE_ACTIONS_COMPILER, aborting. 05-30 01:03:29.399 2086 5012 I ContextCompilationHandl: Compiling grammar for: en-US, type=MUSIC_NAMES 05-30 01:03:29.400 2086 5012 I ContextCompilationHandl: No grammar compilation resources for VOICE_ACTIONS_COMPILER, aborting. 05-30 01:03:49.799 2086 2086 I GrammarCompilationSvcCt: #startService for null, APP_NAMES. 05-30 01:03:49.802 2086 5018 I ContextCompilationHandl: Compiling grammar for: en-US, type=APP_NAMES 05-30 01:03:49.804 2086 5018 I ContextCompilationHandl: No grammar compilation resources for VOICE_ACTIONS_COMPILER, aborting. 05-30 01:03:56.333 1576 1606 D ConnectivityService: reportNetworkConnectivity(100, false) by 10012 05-30 01:03:56.530 1576 1635 D NetworkNotificationManager: clearNotification id=100 05-30 01:03:56.531 1576 1635 D ConnectivityService: NetworkAgentInfo [MOBILE (LTE) - 100] validation passed

And this is the Fire output:

~> Installing com.mattcianna.ciaone
~> Calling adb -s emulator-5554 install -r “/Users/matteociannavei/Documents/Corso Android Swift/Fatte in aula/com.mattcianna.ciaone/bin/Debug/com.mattcianna.ciaone.apk”
~> Started
~> Process com.mattcianna.ciaone started.
~> Process com.mattcianna.ciaone terminated with exit code 0

I tried with another app too, same thing.

That said, this:

sounds like it might just be a genuine bug/crash I’m the app? Can you post your project so i can have a look?