Merge "Fixed when SystemServerInitThreadPool.shutdown() is called." into rvc-dev am: 3ce5a9b85b

Change-Id: I0b4b9ad545f2cebd9edd4adf3259ac34371bb79d
This commit is contained in:
TreeHugger Robot
2020-05-11 22:09:07 +00:00
committed by Automerger Merge Worker
3 changed files with 4 additions and 2 deletions

View File

@@ -584,7 +584,6 @@ public final class SystemServer {
startBootstrapServices(t);
startCoreServices(t);
startOtherServices(t);
SystemServerInitThreadPool.shutdown();
} catch (Throwable ex) {
Slog.e("System", "******************************************");
Slog.e("System", "************ Failure starting system services", ex);