android.os.DeadObjectException: This exception has no message.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
The object you are calling has died because its hosting process no longer exists. Make sure the invoked class or the activity is still alive and not destroyed in the memory when it is invoked by the caller.
Solutions on the web
via GitHub by M-a-r-k
, 1 year agovia GitHub by mahomahomaho
, 1 year agovia JIRA by Xie, XiaolongX, 1 year ago
via JIRA by Xie, XiaolongX, 1 year ago
via JIRA by Xie, XiaolongX, 1 year ago
via Stack Overflow by ArcheNoah
, 2 years agoandroid.os.DeadObjectException:
at android.os.BinderProxy.transact(Native Method)
at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:292)
at com.android.server.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:1357)
at com.android.server.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:1348)
at com.android.server.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:1374)
at com.android.server.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:1393)
at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:1120)
at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1134)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at com.android.server.ServerThread.initAndLoop(SystemServer.java:1111)
at com.android.server.SystemServer.main(SystemServer.java:1197)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
at dalvik.system.NativeStart.main(Native Method)