Merge "Revert "SystemServer: spawn hwbinder threads before BatteryService""
This commit is contained in:
committed by
Android (Google) Code Review
commit
d906cc0901
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user