diff options
author | Chirayu Desai <chirayudesai1@gmail.com> | 2015-06-01 12:52:53 +0530 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2015-06-01 07:33:22 +0000 |
commit | d2caf34b352a67575e543c5d8b390e49bd8fc93e (patch) | |
tree | 911f54e6f68f5b6063cc3b24e63d24f1f1d632e5 /rootdir/init.qcom.rc | |
parent | dcc52fea6feadf946d0541265648987e2379b2b6 (diff) |
init: Stop taimport when bootanimation exits
* Should be done by then, not needed afterwards.
Change-Id: Ib8d0a489bec9d60b5fa18dbf102e6b239c7236bf
Diffstat (limited to 'rootdir/init.qcom.rc')
-rw-r--r-- | rootdir/init.qcom.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 9b622a4..53691cc 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -651,6 +651,10 @@ on property:service.bootanim.exit=1 chmod 664 /sys/devices/system/cpu/cpu2/online chmod 664 /sys/devices/system/cpu/cpu3/online + # taimport keeps spamming the log unnecessarily, + # stop it as it would've done it's job by now. + stop taimport + on property:init.svc.bootanim=stopped # Switch to ROW and balanced mode after boot for better UX write /sys/class/devfreq/qcom,cpubw.40/governor "cpubw_hwmon" |