From 8284bce0e87d18e0779b12b63797515406c2d553 Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Mon, 16 May 2016 00:42:37 -0700 Subject: rootdir: Put bootanimation service in system-background group * This keeps it from hogging the big cores and heating up the device. Change-Id: I0ba6abef537ad65978dd77ec706f6e3777cac804 --- rootdir/init.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/rootdir/init.rc b/rootdir/init.rc index 78adacc..ec5a2f6 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -693,6 +693,7 @@ service bootanim /system/bin/bootanimation group graphics audio disabled oneshot + writepid /dev/cpuset/system-background/tasks service gatekeeperd /system/bin/gatekeeperd /data/misc/gatekeeper class late_start -- cgit v1.1