sdm660-common: rootdir: Stop bootanimation service after boot
* Some users reported bootanimation lags and freezes after a while. Looking from logs it fails to exit once boot is completed. Stopping bootanimation service, as workaround, is preventing this issue. Signed-off-by: DarkJoker360 <simoespo159@gmail.com> Signed-off-by: 7Soldier <reg.fm4@gmail.com> Signed-off-by: Vitorgl2003 <vitorgl.2003@gmail.com> Signed-off-by: ImPrashantt <prashant33968@gmail.com> Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
922a254885
commit
23cfad55ab
1 changed files with 2 additions and 0 deletions
|
@ -496,6 +496,8 @@ service ppd /system/vendor/bin/mm-pp-dpps
|
||||||
on property:sys.boot_completed=1
|
on property:sys.boot_completed=1
|
||||||
# Enable PowerHAL hint processing
|
# Enable PowerHAL hint processing
|
||||||
setprop vendor.powerhal.init 1
|
setprop vendor.powerhal.init 1
|
||||||
|
# Stop bootanimation
|
||||||
|
stop bootanim
|
||||||
|
|
||||||
on property:init.svc.surfaceflinger=stopped
|
on property:init.svc.surfaceflinger=stopped
|
||||||
stop ppd
|
stop ppd
|
||||||
|
|
Loading…
Reference in a new issue