Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RemoteServiceException: Context.startForegroundService() did not then call Service.startForeground() #13798

Open
fdelapena opened this issue Oct 16, 2024 · 0 comments
Labels
bug performance: general/non-specific lag, ANR, etc and rarer exceptions/errors that don't have their own labels stable-3.30

Comments

@fdelapena
Copy link

Cause of error

Exception in thread "main" android.app.RemoteServiceException: Context.startForegroundService() did not then call Service.startForeground(): ServiceRecord{651d803 u0 com.nextcloud.client/androidx.work.impl.foreground.SystemForegroundService}
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2540)
    at android.os.Handler.dispatchMessage(Handler.java:110)
    at android.os.Looper.loop(Looper.java:219)
    at android.app.ActivityThread.main(ActivityThread.java:8668)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:513)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1109)

App information

  • ID: com.nextcloud.client
  • Version: 30300151
  • Build flavor: generic

Device information

  • Brand: HUAWEI
  • Device: HWJNY
  • Model: JNY-LX2
  • Id: HUAWEIJNY-L22
  • Product: JNY-LX2

Firmware

  • SDK: 29
  • Release: 10
  • Incremental: 102.0.0.285C605

Notes: all known battery optimizer app killers for this device model are disabled or uninstalled. generic here means F-Droid version. Human readable version: 3.30.1 RC1.

@joshtrichards joshtrichards added performance: general/non-specific lag, ANR, etc and rarer exceptions/errors that don't have their own labels stable-3.30 bug labels Oct 18, 2024
@joshtrichards joshtrichards changed the title RemoteServiceException: Context.startForegroundService() did not then call Service.startForeground() RemoteServiceException: Context.startForegroundService() did not then call Service.startForeground() Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug performance: general/non-specific lag, ANR, etc and rarer exceptions/errors that don't have their own labels stable-3.30
Projects
None yet
Development

No branches or pull requests

2 participants