sdm710-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: improbir <ghosh_probir@yahoo.com> Signed-off-by: kssrao13882 <kssrao13882@gmail.com>
This commit is contained in:
parent
40b0738403
commit
8519ba629a
1 changed files with 2 additions and 0 deletions
|
@ -524,6 +524,8 @@ on property:sys.boot_completed=1
|
||||||
#Reset read ahead for dm-0 and dm-1 to 512kb
|
#Reset read ahead for dm-0 and dm-1 to 512kb
|
||||||
write /sys/block/dm-0/queue/read_ahead_kb 512
|
write /sys/block/dm-0/queue/read_ahead_kb 512
|
||||||
write /sys/block/dm-1/queue/read_ahead_kb 512
|
write /sys/block/dm-1/queue/read_ahead_kb 512
|
||||||
|
# Stop bootanimation
|
||||||
|
stop bootanim
|
||||||
#WDSP FW boot sysfs node used by STHAL
|
#WDSP FW boot sysfs node used by STHAL
|
||||||
chown media audio /sys/kernel/wdsp0/boot
|
chown media audio /sys/kernel/wdsp0/boot
|
||||||
chown media audio /sys/kernel/wcd_cpe0/fw_name
|
chown media audio /sys/kernel/wcd_cpe0/fw_name
|
||||||
|
|
Loading…
Reference in a new issue