Dear friends,
I am having problem with the app that I’m developing. On the first install it waits almost a minute before “Powered by Corona” splash disappears. Device logs show below errors:
Apr 16 09:57:11.305 ---------- Device Log Starts ----------
Apr 16 09:57:11.700 Nexus 5: Platform: Nexus 5 / ARM Neon / 7.1.2 / Adreno ™ 330 /
Apr 16 09:57:11.700 OpenGL ES 3.0 V@127.0 AU@ (GIT@I96aee987eb) / 2019.3474 / English | US | en_US | en
Apr 16 09:57:11.713 Nexus 5: Unable to start service Intent { cmp=com.elitsolutions.atasozler
Apr 16 09:57:11.714 ioyunu/shared.google.play.services.base.PackageStateChangedService } U=0: not found
Apr 16 09:57:12.258 Nexus 5: Activity pause timeout for ActivityRecord{a2a9ea5 u0 com.elitsolutions.atasozlerioyunu/com.a
Apr 16 09:57:12.258 nsca.corona.CoronaActivity t160}
Apr 16 10:00:16.663 Nexus 5: [Lua::RuntimeDispatchEvent()] W
Apr 16 10:00:16.664 ARNING: This function is deprecated. Use Lua::DispatchRuntimeEvent() instead.
Apr 16 10:00:16.927 Nexus 5: Unable to start service Int
Apr 16 10:00:16.927 ent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://com.google.android.apps.nexuslauncher:10062?v=5 pkg=com.google.android.googlequicksearchbox } U=0: not found
Apr 16 10:00:18.297 Nexus 5: Platform: Nexus 5 / ARM
Apr 16 10:00:18.298 Neon / 7.1.2 / Adreno ™ 330 / OpenGL ES 3.0 V@127.0 AU@ (GIT@I96aee987eb) / 2019.3474 / English | US | en_US | en
Apr 16 10:00:18.340 Nexus 5: plugin.appodeal: 1.6.5b (SD
Apr 16 10:00:18.340 K: 2.5.1)
Apr 16 10:00:18.470 Nexus 5: File successfully decoded!
Apr 16 10:00:19.993 Nexus 5: Activity pause timeout f
Apr 16 10:00:19.994 or ActivityRecord{7522808 u0 com.elitsolutions.atasozlerioyunu/com.ansca.corona.CoronaActivity t161}
Apr 16 10:00:29.495 Nexus 5: Launch timeout ha
Apr 16 10:00:29.496 s expired, giving up wake lock!
Apr 16 10:00:55.143 Nexus 5: false
Apr 16 10:00:56.845 Nexus 5: Unable to start
Apr 16 10:00:56.845 service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://com.google.android.apps.nexuslauncher:10062?v=5 pkg=com.google.android.googlequicksearchbox } U=0: not found
Apr 16 10:00:57.242 Nexus 5: Unbind failed: co
Apr 16 10:00:57.242 uld not find connection for android.os.BinderProxy@522d3b2
Apr 16 10:00:57.663 Nexus 5: Activity pause timeout for ActivityRecord
Apr 16 10:00:57.664 {e1aca91 u0 com.google.android.play.games/com.google.android.gms.games.ui.signin.SignInActivity t161}
I checked below links with regard to “shared.google.play.services.base.PackageStateChangedService” error but found no help.
https://forums.coronalabs.com/topic/70684-investigating-if-certain-plugins-cause-excessive-anrs
https://forums.coronalabs.com/topic/71187-firebase-analytics-and-push-notifications
I tried disabling GPGS plugin but I still got the same error.
Does anybody have any idea how I can solve the problem?