From c544f57b2f938fb06135b7aafa44d65fbb79b417 Mon Sep 17 00:00:00 2001 From: Evan Rosky Date: Thu, 17 Nov 2022 14:05:51 -0800 Subject: [PATCH] Non-pixel systemui should also have a separate shell thread Shell thread should be stable now and is required for slower devices where systemui eats-up most of the looper time. Bug: 253378401 Test: tests using aosp sysui (eg. avd_boot_test) Change-Id: Ia158dd7e005ec3534925d07db1ebfe1b5b3d0d6b --- packages/SystemUI/res/values/config.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml index 88af1793d7716..8791389a94fdf 100644 --- a/packages/SystemUI/res/values/config.xml +++ b/packages/SystemUI/res/values/config.xml @@ -285,6 +285,9 @@ false + + true + com.android.systemui.SystemUIInitializerImpl