Merge "Revert "SystemServer: spawn hwbinder threads before BatteryService""

This commit is contained in:
TreeHugger Robot
2017-11-03 21:23:48 +00:00
committed by Android (Google) Code Review
4 changed files with 2 additions and 24 deletions

View File

@@ -658,9 +658,6 @@ public final class SystemServer {
mSystemServiceManager.startService(DropBoxManagerService.class);
traceEnd();
// First hwbinder call is in BatteryService.
android.os.HwBinder.startRpcThreadPool(5, false /* callerWillJoin */);
traceBeginAndSlog("StartBatteryService");
// Tracks the battery level. Requires LightService.
mSystemServiceManager.startService(BatteryService.class);