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

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

Merge "SystemServer: Remove logging boot_android_init."

parents 473279bb fa3fd615
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -282,12 +282,6 @@ public final class SystemServer {
            EventLog.writeEvent(EventLogTags.BOOT_PROGRESS_SYSTEM_RUN, uptimeMillis);
            if (!mRuntimeRestart && !mFirstBoot) {
                MetricsLogger.histogram(null, "boot_system_server_init", uptimeMillis);
                // Also report when first stage of init has started
                long initStartNs = SystemProperties.getLong("ro.boottime.init", -1);
                if (initStartNs >= 0) {
                    MetricsLogger.histogram(null, "boot_android_init",
                            (int)(initStartNs / 1000000));
                }
            }

            // In case the runtime switched since last boot (such as when