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

Commit 1d28acef authored by Max Bires's avatar Max Bires Committed by Android (Google) Code Review
Browse files

Merge "Removing stats service registration in system server"

parents 1767ab6d 5b1c33e4
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1551,11 +1551,6 @@ 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();