Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit baa05858 authored by Yifan Hong's avatar Yifan Hong Committed by Automerger Merge Worker
Browse files

Merge "bootstat: clarify unit." am: 294a13ae am: 63ef5295

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1616686

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I30649b63b13b44a43331cf30015e9aac69794d6e
parents 9ffa8533 63ef5295
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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");