any update on this,
for me game crashes jumped by 90% for Android 8.1!!
From Google-play:
Context.startForegroundService() did not then call Service.startForeground(): ServiceRecord{47e1ace u0 /com.ansca.corona.CoronaService}
seems there is breaking change in Android 8.0 please check this:
https://stackoverflow.com/questions/44425584/context-startforegroundservice-did-not-then-call-service-startforeground
“btw” for Android 7.0 I see also many new crashes with these:
Input dispatching timed out (Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 7. Wait queue head age: 5547.8ms.)
More log:
“main” tid=1 Native
“main” prio=5 tid=1 Native | group=“main” sCount=1 dsCount=0 flags=1 obj=0x73ebc4d8 self=0xf2a7d000 | sysTid=23718 nice=0 cgrp=default sched=0/0 handle=0xf70db4bc | state=S schedstat=( 244247612 197591585 413 ) utm=10 stm=14 core=1 HZ=100 | stack=0xff103000-0xff105000 stackSize=8MB | held mutexes=
#00 pc 0000000000049e58 /system/lib/libc.so (__epoll_pwait+20)
#01 pc 000000000001b6f1 /system/lib/libc.so (epoll_pwait+60)
#02 pc 000000000001b721 /system/lib/libc.so (epoll_wait+12)
#03 pc 0000000000010337 /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+118)
#04 pc 0000000000010229 /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+32)
#05 pc 00000000000e267d /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+24)
#06 pc 00000000001a8eb5 /system/framework/arm/boot-framework.oat (Java_android_os_MessageQueue_nativePollOnce__JI+92)
at android.os.MessageQueue.nativePollOnce (Native method)
at android.os.MessageQueue.next (MessageQueue.java:325)
at android.os.Looper.loop (Looper.java:142)
at android.app.ActivityThread.main (ActivityThread.java:6938)
more logs:
“main” tid=1 Native
“main” prio=5 tid=1 Native | group=“main” sCount=1 dsCount=0 flags=1 obj=0x73ebc4d8 self=0xf2a7d000 | sysTid=23718 nice=0 cgrp=default sched=0/0 handle=0xf70db4bc | state=S schedstat=( 244247612 197591585 413 ) utm=10 stm=14 core=1 HZ=100 | stack=0xff103000-0xff105000 stackSize=8MB | held mutexes=
#00 pc 0000000000049e58 /system/lib/libc.so (__epoll_pwait+20)
#01 pc 000000000001b6f1 /system/lib/libc.so (epoll_pwait+60)
#02 pc 000000000001b721 /system/lib/libc.so (epoll_wait+12)
#03 pc 0000000000010337 /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+118)
#04 pc 0000000000010229 /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+32)
#05 pc 00000000000e267d /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+24)
#06 pc 00000000001a8eb5 /system/framework/arm/boot-framework.oat (Java_android_os_MessageQueue_nativePollOnce__JI+92)
at android.os.MessageQueue.nativePollOnce (Native method)
at android.os.MessageQueue.next (MessageQueue.java:325)
at android.os.Looper.loop (Looper.java:142)
at android.app.ActivityThread.main (ActivityThread.java:6938)