You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the timeout period is reached, the system calls the service's Service.onTimeout(int, int) method. At this time, the service has a few seconds to call Service.stopSelf(). If the service does not call Service.stopSelf(), an ANR will occur with this error message: "A foreground service of <fgs_type> did not stop within its timeout: <component_name>".
However, our workers automatically use androidx.work.impl.foreground.SystemForegroundService, so we can't fix this ourselves. Maybe there's a WorkManager bug for this upstream.
The text was updated successfully, but these errors were encountered: