Revert "Removing stats service registration in system server"
This reverts commit 5b1c33e45f.
Change-Id: I4958b8e466a15b0dbaaa21ddcd592caa479d1850
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user