How does the log log timestamp log messages?

I'm trying to measure the elapsed time between two events in android using the timestamp in the logcat message, but unfortunately I noticed a strange thing: the timestamp for the second event is earlier than the first. It looks like the system time has been reset. How could this happen?

+3


source to share





All Articles