RemoteServiceException错误 [英] RemoteServiceException Error

查看:615
本文介绍了RemoteServiceException错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有很多异常逮捕,但我不明白
这怎么可能,因为不了解
问题的根源。
这是异常逮捕的日志:

I have a lot of abnormal arrests, but I not understand how this is possible, because don't understand the origin of the problem. This is the log of abnormal arrest:


android.app.RemoteServiceException:

android.app .ActivityThread $ H.handleMessage(ActivityThread.java:1881)
在android.os.Handler.dispatchMessage(Handler.java:105)

android.os.Looper.loop(Looper.java) :164)

android.app.ActivityThread.main(ActivityThread.java:6938)

java.lang.reflect.Method.invoke(原生方法)

com.android.internal.os.Zygote $ MethodAndArgsCaller.run
(Zygote.java:327)at com.android.internal.os.ZygoteInit.main
(ZygoteInit.java:1374)

android.app.RemoteServiceException:
android.app.ActivityThread$H.handleMessage (ActivityThread.java:1881) at android.os.Handler.dispatchMessage (Handler.java:105)
android.os.Looper.loop (Looper.java:164)
android.app.ActivityThread.main (ActivityThread.java:6938)
java.lang.reflect.Method.invoke (Native Method)
com.android.internal.os.Zygote$MethodAndArgsCaller.run (Zygote.java:327) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1374)

其他信息是问题更多地显示在Android b $ b设备上:7或更多..

Other information is that the problem is more showed on devices with Android:7 or more..

提前致谢

推荐答案

没有足够的信息来正确诊断。

There is insufficient information to diagnose this properly.

然而,这是一个内部异常,当looper试图处理时会抛出eSCHEDULE_CRASH消息。我认为当另一个活动调用 ActivityThread.ApplicationThread.scheduleCrash 时会发生这种情况...但是Android源代码中并不清楚这一点。

However, this is an "internal" exception that gets thrown when the looper attempts to handle a "SCHEDULE_CRASH" message. I think that happens when another activity calls ActivityThread.ApplicationThread.scheduleCrash ... but this is not at all clear from the Android source code.

我猜这是一个本地应用程序拯救的结果。通常会有一个应用程序特定的消息与例外,但在您的情况下似乎缺少。

I am guessing that this a result some native application "bailing out". There is typically an app specific message to go with the exception, but it seems to be missing in your case.

这篇关于RemoteServiceException错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆