You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes. I'm not sure why, but seems, like those events use different clock sources.
I wanted to be sure, that we use same clock source for each event type.
In
KalmanLocationService.onSensorChanged
elapsed nanos was retrieved like this:While we have it already in
SensorEvent.timestamp
.Is there any issue in using
SensorEvent.timestamp
which you avoid to use?The text was updated successfully, but these errors were encountered: