diff options
author | tomascus <arbiter1000@gmail.com> | 2017-06-10 15:02:13 +1000 |
---|---|---|
committer | Steven Lay <arbiter1000@gmail.com> | 2017-06-14 01:46:56 +0000 |
commit | 2ce8ea66e09098db02f9c9720f44c69854cb58ff (patch) | |
tree | 0a13e2437106c84d10d28d272ac34f4b1e695c8e /rootdir/init.qcom.power.rc | |
parent | fcaea08edd6e28f8bbb700b923c0a1de23450a6a (diff) |
shinano-common: move iosched setting to init.qcom.power
It feels more right to place it together with CPU freq settings
Also, it's like this on almost every other device
Change-Id: I2b70392acd43a30f776b17fee3b20153ff268d6a
Diffstat (limited to 'rootdir/init.qcom.power.rc')
-rw-r--r-- | rootdir/init.qcom.power.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rootdir/init.qcom.power.rc b/rootdir/init.qcom.power.rc index 5b98be4..51bc7e5 100644 --- a/rootdir/init.qcom.power.rc +++ b/rootdir/init.qcom.power.rc @@ -150,3 +150,7 @@ on property:init.svc.bootanim=stopped on property:init.svc.recovery=running trigger enable-low-power + +on property:dev.bootcomplete=1 + rm /data/system/perfd/default_values + setprop sys.io.scheduler "row" |