RemoteServiceException,没有其他详细信息

时间:2017-12-18 04:02:25

标签: java android exception android-activity

最近,我开始在Android 5.0和5.1的开发者控制台中获得了大量的RemoteServiceException。没有堆栈跟踪指向我在控制台中出现的代码。

附加堆栈跟踪供您参考。如果有人可以知道在哪里看,我会很高兴。

android.app.RemoteServiceException: 



 at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1652)

  at android.os.Handler.dispatchMessage (Handler.java:111)

  at android.os.Looper.loop (Looper.java:194)

  at android.app.ActivityThread.main (ActivityThread.java:5667)

  at java.lang.reflect.Method.invoke (Native Method)

  at java.lang.reflect.Method.invoke (Method.java:372)

  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:962)

  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:757)

0 个答案:

没有答案