#1961 closed defect (fixed)
Timer not fired due to timestamp clock issue in Android
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.6 |
Component: | pjlib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
Currently PJLIB timer heap uses CLOCK_MONOTONIC for timestamp clock on some platforms including Android, unfortunately it will stop when CPU goes deep sleep, so certain event may not fire at the scheduled time.
Thank you Itay Bianco for the report.
Change History (3)
comment:1 Changed 8 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 8 years ago by nanang
In 5457:
comment:3 Changed 8 years ago by ming
In 5482:
Note: See
TracTickets for help on using
tickets.
In 5447: