You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.RuntimeException: Unable to pause activity {org.yaaic/org.yaaic.activity.ConversationActivity}:
java.lang.IllegalArgumentException: Service not registered: org.yaaic.activity.ConversationActivity@44884160
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3162)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3119)
at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:3102)
at android.app.ActivityThread.access$2400(ActivityThread.java:119)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1870)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4363)
at java.lang.reflect.Method.invokeNative(Method.java:-2)
at java.lang.reflect.Method.invoke(Method.java:521)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
at dalvik.system.NativeStart.main(NativeStart.java:-2)
Caused by: java.lang.IllegalArgumentException: Service not registered: org.yaaic.activity.ConversationActivity@44884160
at android.app.ActivityThread$PackageInfo.forgetServiceDispatcher(ActivityThread.java:930)
at android.app.ApplicationContext.unbindService(ApplicationContext.java:819)
at android.content.ContextWrapper.unbindService(ContextWrapper.java:342)
at org.yaaic.activity.ConversationActivity.onPause(ConversationActivity.java:222)
at android.app.Activity.performPause(Activity.java:3782)
at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1190)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3149)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3119)
at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:3102)
at android.app.ActivityThread.access$2400(ActivityThread.java:119)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1870)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4363)
at java.lang.reflect.Method.invokeNative(Method.java:-2)
at java.lang.reflect.Method.invoke(Method.java:521)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
at dalvik.system.NativeStart.main(NativeStart.java:-2)
The text was updated successfully, but these errors were encountered:
Source Method: ActivityThread$PackageInfo.forgetServiceDispatcher()
java.lang.RuntimeException: Unable to pause activity {org.yaaic/org.yaaic.activity.ConversationActivity}:
java.lang.IllegalArgumentException: Service not registered: org.yaaic.activity.ConversationActivity@44884160
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3162)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3119)
at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:3102)
at android.app.ActivityThread.access$2400(ActivityThread.java:119)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1870)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4363)
at java.lang.reflect.Method.invokeNative(Method.java:-2)
at java.lang.reflect.Method.invoke(Method.java:521)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
at dalvik.system.NativeStart.main(NativeStart.java:-2)
Caused by: java.lang.IllegalArgumentException: Service not registered: org.yaaic.activity.ConversationActivity@44884160
The text was updated successfully, but these errors were encountered: