Merge "Use WindowProcessController configuration for process"
This commit is contained in:
@@ -926,7 +926,7 @@ public final class SystemServer {
|
||||
ConcurrentUtils.waitForFutureNoInterrupt(mSensorServiceStart, START_SENSOR_SERVICE);
|
||||
mSensorServiceStart = null;
|
||||
wm = WindowManagerService.main(context, inputManager, !mFirstBoot, mOnlyCore,
|
||||
new PhoneWindowManager(), mWindowManagerGlobalLock);
|
||||
new PhoneWindowManager(), mActivityManagerService.mActivityTaskManager);
|
||||
ServiceManager.addService(Context.WINDOW_SERVICE, wm, /* allowIsolated= */ false,
|
||||
DUMP_FLAG_PRIORITY_CRITICAL | DUMP_FLAG_PROTO);
|
||||
ServiceManager.addService(Context.INPUT_SERVICE, inputManager,
|
||||
|
||||
Reference in New Issue
Block a user