From d2caf34b352a67575e543c5d8b390e49bd8fc93e Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Mon, 1 Jun 2015 12:52:53 +0530 Subject: init: Stop taimport when bootanimation exits * Should be done by then, not needed afterwards. Change-Id: Ib8d0a489bec9d60b5fa18dbf102e6b239c7236bf --- rootdir/init.qcom.rc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rootdir') 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" -- cgit v1.2.3