gaoxiang9457 / angle

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

ANGLE should use android.os.SystemClock.uptimeMillis() instead of System.currentTimeMillis() #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What version of the product are you using? On what operating system?
ANGLE 1.0

Please provide any additional information below.
According to the Android documentation (see 
http://developer.android.com/reference/android/os/SystemClock.html), the proper 
clock to use for timing issues is android.os.SystemClock.uptimeMillis().

I would recommend simply doing a text replace-all of the entire project.

Original issue reported on code.google.com by matthew....@gmail.com on 26 Jun 2010 at 4:58

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r85.

Original comment by ipaju...@gmail.com on 28 Jun 2010 at 7:52