rajin

Results 2 comments of rajin

I think the problem is related to the way that kronos-android detects whether the system has been rebooted. https://github.com/lyft/Kronos-Android/blob/b2774ab9458ffd0202e2c4880e2a181134953beb/kronos-java/src/main/java/com/lyft/kronos/internal/ntp/SntpClient.java#L260-L269 The library uses deviceElapsedTimestampMs from [SystemClock in android](https://developer.android.com/reference/android/os/SystemClock#elapsedRealtime()) as the source...

@jh0719 I think your suggestion (checking the reboot when getting the offset from the device cache, not when getting it from the memory) can also work. Meanwhile, you can use...