
Some android devices have only a single fast core. We set the threading affinity for UI/Raster to the fast core, which can lead to the UI/Raster being serialized on this thread. Instead, we should weaken /invert the affinity to "Not slow cores". FIxes https://github.com/flutter/flutter/issues/153690 Customer money will see some benchmark regressions but they can deal.