Hi All,
I’m getting “android.os.DeadObjectException” at starting of app on Android device in Corona terminal. App working fine and not showing anything visible on device screen. Can I know what is going wrong. Is it safe to move with this exception?
Here is output of Corona terminal.
GT-I9300: Unable to start service Intent { act=com.sec.chaton.push.PUSH\_CLIENT\_SERVICE\_ACTION } U=0: not found GT-I9300: Exception when starting service com.google.android.gsf.login/com.google.android.gsf.loginservice.GoogleLoginService GT-I9300: android.os.DeadObjectException GT-I9300: at android.os.BinderProxy.transact(Native Method) GT-I9300: at android.app.ApplicationThreadProxy.scheduleCreateService(ApplicationThreadNative.java:857) GT-I9300: at com.android.server.am.ActiveServices.realStartServiceLocked(ActiveServices.java:1115) GT-I9300: at com.android.server.am.ActiveServices.bringUpServiceLocked(ActiveServices.java:1038) GT-I9300: at com.android.server.am.ActiveServices.bindServiceLocked(ActiveServices.java:538) GT-I9300: at com.android.server.am.ActivityManagerService.bindService(ActivityManagerService.java:13199) GT-I9300: at android.app.ContextImpl.bindServiceAsUser(ContextImpl.java:1846) GT-I9300: at com.android.server.accounts.AccountManagerService$Session.bindToAuthenticator(AccountManagerService.java:2323) GT-I9300: at com.android.server.accounts.AccountManagerService$Session.bind(AccountManagerService.java:2136) GT-I9300: at com.android.server.accounts.AccountManagerService.hasFeatures(AccountManagerService.java:800) GT-I9300: at android.accounts.IAccountManager$Stub.onTransact(IAccountManager.java:149) GT-I9300: at android.os.Binder.execTransact(Binder.java:388) GT-I9300: at dalvik.system.NativeStart.run(Native Method) GT-I9300: Unable to start service Intent { act=com.sec.chaton.push.PUSH\_CLIENT\_SERVICE\_ACTION } U=0: not found
Regards,
Usman Mughal