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

Commit 99314b32 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "init.start was renamed to ro.boottime.init"

parents 2057b6e8 7890c2af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -273,7 +273,7 @@ public final class SystemServer {
            EventLog.writeEvent(EventLogTags.BOOT_PROGRESS_SYSTEM_RUN, uptimeMillis);
            MetricsLogger.histogram(null, "boot_system_server_init", uptimeMillis);
            // Also report when first stage of init has started
            long initStartNs = SystemProperties.getLong("init.start", -1);
            long initStartNs = SystemProperties.getLong("ro.boottime.init", -1);
            if (initStartNs >= 0) {
                MetricsLogger.histogram(null, "boot_android_init", (int)(initStartNs / 1000000));
            }