Closed indiascope closed 6 years ago
Thanks for reporting this. I'm closing this issue because this forum is for issues with the codelab.
If you think that this is a problem of the WorkManager library, please open a bug on the WorkManager public issue tracker: https://issuetracker.google.com/issues/new?component=409906&template=1094197
Please reopen if you still think this is an issue with the codelab.
Hi,
Currently I am using WorkManager 1.0.0-alpha05. I set periodic Work Request using below code. When interval is below 1 hr then In Oppo Realme (Android Version - 8.1.0 , ColorOSVersion V5.0 ) job execute at 1 hr. When interval greater than 1 hr job execute at exact time . when interval is smaller than 1 hr then job execute at 1 hr.
Please let me know any log or information required
Code For Schdule Periodic Job:
in all other device Periodic Work request interval is proper. In Oppo Realme 1 work execute at 1 hr.
Oppo Realme 1: Interval 15 Min
I debug Job Schduler using below command:
adb shell dumpsys jobscheduler
Log:
Oppo Realme 1: Interval 1hr 10 Min
Log:
Other Device :
Log : JobInfo:
I also try Using different library. I found same behavior in Job Scheduler and Android-Job. job period length is 15 min but execute at 1 hr but when i try using firebase job dispatcher job execute at correct 15 min interval time.
i debug Job Scheduler and Android-Job using below command: adb shell dumpsys jobscheduler
Job Scheduler:
Interval : 15 Min Output : 1 hr:
Log:
Android-Job:
Interval : 15 Min Output : 1 hr:
Log:
Firebase Job Dispatcher:
I debug firebase job Dispatcher using below command: adb shell "dumpsys activity service GcmService | grep com.jobscheduler_periodic"
Interval : 15 Min Output : 15 min
Log: