austgl / robotium

Automatically exported from code.google.com/p/robotium
0 stars 0 forks source link

Please use SystemClock.uptimeMillis() instead of Sytem.currentTimeMillis() #236

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
uptimeMillis() is counted in milliseconds since the system was booted and is 
guaranteed to be monotonic whereas System.currentTimeMillis() isn't because the 
user or an application can change it at any time. Also, usually automatic time 
synchronization is enabled which can change the time at any time.

Original issue reported on code.google.com by josefaic...@gmail.com on 22 Mar 2012 at 12:25

GoogleCodeExporter commented 9 years ago
I will look into. It is however not very high prioritized at the moment. Thanks 
for the input.

Original comment by renasr...@gmail.com on 26 Mar 2012 at 9:17

GoogleCodeExporter commented 9 years ago
This has been fixed in Robotium 3.2. 

Original comment by renasr...@gmail.com on 10 Apr 2012 at 6:46