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
Version used: 2.7.1
Devices/Android versions reproduced on: Pixel 4 A/Adnroid 12
I have also a StackOverflow ticket raised for the same issue:
I have a period of time where my Work is not executed. Also, I have not canceled it, rescheduled it, or done anything that can affect its behavior. So I don't see a way for me to break the functionality of the JS.
But at the same time I see the following log:
-4s021ms START: #u0a443/93 com.acronis.abc/androidx.work.impl.background.systemjob.SystemJobService
-3s468ms STOP-P: #u0a443/93 com.acronis.abc/androidx.work.impl.background.systemjob.SystemJobService cancelled while waiting for bind
And every time this happens I see that job with id 93 is rescheduled(same job id, but new enqueue time), but it starts with Unsatisfied CONTENT_TRIGGER.
I have checked the "Registered jobs", the "Recently completed jobs", and the "Job history". Please check the 2 files and you will confirm my conclusion. Check for: "com.acronis.abc.debug"
My expected result is if the job is canceled by the system and rescheduled - it should keep CONTENT_TRIGGER as Satisfied.