gpt4 book ai didi

android - 如何在没有任何消息的情况下修复 : android. app.RemoteServiceException(与错误通知或广播无关)

转载 作者:行者123 更新时间:2023-12-02 10:40:08 30 4
gpt4 key购买 nike

我有一个 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 和三星设备(大)上遇到这些崩溃。
Android versions and devices
我们遵循通知和广播的标准指南。
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
  • 最佳答案

    如果您已使用 startforegroundservice() 启动服务
    然后您必须按照 google 的 oreo 说明在服务 oncreate 中调用 startforeground()。

    关于android - 如何在没有任何消息的情况下修复 : android. app.RemoteServiceException(与错误通知或广播无关),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48804456/

    30 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com