Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
Below are the logs associated with the ANR:
php
Copy code
at androidx.work.impl.background.systemjob.SystemJobService.onStartJob (SystemJobService.java:134)
at android.app.job.JobService$1.onStartJob (JobService.java:106)
at android.app.job.JobServiceEngine$JobHandler.handleMessage (JobServiceEngine.java:195)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loopOnce (Looper.java:257)
at android.os.Looper.loop (Looper.java:368)
at android.app.ActivityThread.main (ActivityThread.java:8839)
at java.lang.reflect.Method.invoke (Native method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:572)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1049)
Steps to reproduce:
Perform migration to Android 14.
Launch background jobs via WorkManager.
The ANR consistently triggers when the job service attempts to start.
Current Configuration:
WorkManager version: 2.9.1
Room version: 2.4.0-alpha03
This ANR is critical for background tasks in our application, and we are seeking assistance in identifying the cause or potential fixes for this issue.