Merge "bootstat: clarify unit."

This commit is contained in:
Yifan Hong 2021-03-06 01:20:15 +00:00 committed by Gerrit Code Review
commit 294a13ae0d

View file

@ -1322,6 +1322,8 @@ void RecordBootComplete() {
// Record the total time from device startup to boot complete, regardless of
// encryption state.
// Note: we are recording seconds here even though the field in statsd atom specifies
// milliseconds.
boot_event_store.AddBootEventWithValue(boot_complete_prefix, uptime_s.count());
RecordInitBootTimeProp(&boot_event_store, "ro.boottime.init");