cashapp / paparazzi

Render your Android screens without a physical device or emulator
https://cashapp.github.io/paparazzi/
Apache License 2.0
2.28k stars 214 forks source link

Fix negative SystemClock.uptimeMillis() #1384

Closed gamepro65 closed 5 months ago

gamepro65 commented 5 months ago

Uptime is calculated based on bootTime which if not set defaults to the System's bootTime which combined with our overriding nanoTime causes SystemClock.uptimeMillis() to return a negative number.