diff options
author | Steve Kondik <steve@cyngn.com> | 2016-05-16 00:42:37 -0700 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2016-05-16 00:42:37 -0700 |
commit | 8284bce0e87d18e0779b12b63797515406c2d553 (patch) | |
tree | 0404746ea67f1051778f7f106ce3d141d425106c | |
parent | 784c22c8388e50db243ac4ca3871747cd3eefadc (diff) | |
download | system_core-8284bce0e87d18e0779b12b63797515406c2d553.zip system_core-8284bce0e87d18e0779b12b63797515406c2d553.tar.gz system_core-8284bce0e87d18e0779b12b63797515406c2d553.tar.bz2 |
rootdir: Put bootanimation service in system-background group
* This keeps it from hogging the big cores and heating up the
device.
Change-Id: I0ba6abef537ad65978dd77ec706f6e3777cac804
-rw-r--r-- | rootdir/init.rc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |