Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99e752e2 authored by Yasin Kilicdere's avatar Yasin Kilicdere
Browse files

Add a flag to allow using all CPU cores during a user switch.

System UI is not allowed to use the big CPU cores to reduce battery
usage. But during a user switch we should use those resources to make
the switch faster. This flag will enable that modification.

Bug: 308105403
Test: m all_aconfig_declarations
Change-Id: Ie62ca9af18e9a4b4ac41dadb6c54cc727218e4bc
parent 17fe3ebe
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -35,3 +35,10 @@ flag {
    description: "Further framework support for communal profile, beyond the basics, for later releases."
    bug: "285426179"
}

flag {
    name: "use_all_cpus_during_user_switch"
    namespace: "multiuser"
    description: "Allow using all cpu cores during a user switch."
    bug: "308105403"
}