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

Commit ffac772f authored by Max Bires's avatar Max Bires
Browse files

Revert "Removing stats service registration in system server"

This reverts commit 5b1c33e4.

Change-Id: I4958b8e466a15b0dbaaa21ddcd592caa479d1850
parent 5b1c33e4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1551,6 +1551,11 @@ public final class SystemServer {
            traceEnd();
        }

        // Statsd helper
        traceBeginAndSlog("StartStatsCompanionService");
        mSystemServiceManager.startService(StatsCompanionService.Lifecycle.class);
        traceEnd();

        // Before things start rolling, be sure we have decided whether
        // we are in safe mode.
        final boolean safeMode = wm.detectSafeMode();