aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChirayu Desai <chirayudesai1@gmail.com>2015-06-01 12:52:53 +0530
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-06-01 07:33:22 +0000
commitd2caf34b352a67575e543c5d8b390e49bd8fc93e (patch)
tree911f54e6f68f5b6063cc3b24e63d24f1f1d632e5
parentdcc52fea6feadf946d0541265648987e2379b2b6 (diff)
init: Stop taimport when bootanimation exits
* Should be done by then, not needed afterwards. Change-Id: Ib8d0a489bec9d60b5fa18dbf102e6b239c7236bf
-rw-r--r--rootdir/init.qcom.rc4
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"