commit | c38026b690ba9f4fb088e4e0f85e893a15dc27d4 | [log] [tgz] |
---|---|---|
author | Johan Redestig <johan.redestig@sonymobile.com> | Mon Oct 12 10:24:30 2015 +0200 |
committer | Johan Redestig <johan.redestig@sonymobile.com> | Mon Oct 12 10:29:50 2015 +0200 |
tree | a12663abbe24e08ce4ad20b9bde44ea907ef1391 | |
parent | 810ae48efc7e09bd06de0360b939dddb3c7e486a [diff] |
slideshow: Switch to android::uptimeMillis time(2) is not guaranteed to always go forward which makes it a bit dangerous to use in loops like slideshow does. switch to uptimeMillis which is based on clock_gettime CLOCK_MONOTONIC which is is safe. Change-Id: Ica1b7ee50df00fcc7bc849d7eaebe64f62434a47