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

Commit a51c4961 authored by Sandeep Patil's avatar Sandeep Patil
Browse files

Revert "STOPSHIP: Add UidCpuPower global setting"

This reverts commit 495665dc.

Reason for revert: b/73018322
Bug: 73018322

Change-Id: I1b83c4d916159e6961ec30576c7629e57978a72d
parent 3d0ea0d4
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -10314,16 +10314,6 @@ public final class Settings {
        */
        public static final String SYS_VDSO = "sys_vdso";

        /**
        * Uid CpuPower global setting. This links the uid.cpupower system property.
        * The following values are supported:
        * 0 -> /proc/uid_cpupower/* are disabled
        * 1 -> /proc/uid_cpupower/* are enabled
        * Any other value defaults to enabled.
        * @hide
        */
        public static final String UID_CPUPOWER = "uid_cpupower";

        /**
         * An integer to reduce the FPS by this factor. Only for experiments. Need to reboot the
         * device for this setting to take full effect.
+0 −1
Original line number Diff line number Diff line
@@ -389,7 +389,6 @@ public class SettingsBackupTest {
                    Settings.Global.TZINFO_UPDATE_METADATA_URL,
                    Settings.Global.INSTALLED_INSTANT_APP_MIN_CACHE_PERIOD,
                    Settings.Global.INSTALLED_INSTANT_APP_MAX_CACHE_PERIOD,
                    Settings.Global.UID_CPUPOWER,
                    Settings.Global.UNINSTALLED_INSTANT_APP_MIN_CACHE_PERIOD,
                    Settings.Global.UNINSTALLED_INSTANT_APP_MAX_CACHE_PERIOD,
                    Settings.Global.UNUSED_STATIC_SHARED_LIB_MIN_CACHE_PERIOD,
+0 −1
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@ class GlobalSettingsToPropertiesMapper {
    //  {Settings.Global.SETTING_NAME, "system_property_name"},
        {Settings.Global.SYS_VDSO, "sys.vdso"},
        {Settings.Global.FPS_DEVISOR, ThreadedRenderer.DEBUG_FPS_DIVISOR},
        {Settings.Global.UID_CPUPOWER, "uid.cpupower"},
        {Settings.Global.DISPLAY_PANEL_LPM, "sys.display_panel_lpm"},
    };