【发布时间】:2018-07-26 01:05:33
【问题描述】:
我有一个 android.app.RemoteServiceException (RSE) 但没有任何消息。 我在 Google Play 控制台上收到以下崩溃报告。当我因通知或广播错误而收到 RSE 时,我会收到相关消息,但在这种情况下是黑色崩溃。
android.app.RemoteServiceException:
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1813)
at android.os.Handler.dispatchMessage (Handler.java:102)
at android.os.Looper.loop (Looper.java:154)
at android.app.ActivityThread.main (ActivityThread.java:6781)
at java.lang.reflect.Method.invoke (Method.java)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1520)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1410)
我开始主要在 Android 7 和三星设备(大型)上遇到这些崩溃。
我们遵循通知和广播的标准准则。
targetSdkVersion 25
compileSdkVersion 26
我已经处理了许多与 RemoteServiceException 相关的 StackOverflow 问题,但无法找到 RCA,因此发布了新问题。
下面列出了我检查过但无法找到 RSE 解决方案的问题:
- How to fix: android.app.RemoteServiceException: Bad notification posted from package *: Couldn't create icon: StatusBarIcon
- How to add vertical line to RemoteView for custom Android Notifications?
- How to fix this bug : "android.app.RemoteServiceException: Bad notification posted from package"
- FCM - How to fix android.app.RemoteServiceException: Bad notification posted from package Couldn't expand RemoteViews for: StatusBarNotification
- Android - getting "can't deliver broadcast" error on dynamically registered broadcast receiver
- Fatal Exception: android.app.RemoteServiceException: can't deliver broadcast at android.os.Handler.dispatchMessage
【问题讨论】:
-
我也有同样的问题。如果有人发布解决方案,那就太好了。
-
有这方面的消息吗?我在 Google Play Console 中得到了完全相同的堆栈跟踪。我自己无法重现。
标签: android crash android-7.0-nougat remoteserviceexception