Fixed when SystemServerInitThreadPool.shutdown() is called.

The class' Javadoc says it's shut down after P HASE_BOOT_COMPLETED, whic was
not the case.

Test: manual verification / boot
Fixes: 156257347

Change-Id: I3c8b24c6855c7c83cdf1eacc637b8e064a121fe3
This commit is contained in:
felipeal
2020-05-11 10:20:43 -07:00
parent 5d92729cbc
commit fc5304075e
3 changed files with 4 additions and 2 deletions

View File

@@ -590,7 +590,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);