Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
r5x: rootdir: Launch bootanimation early
Browse files Browse the repository at this point in the history
weivincewang authored and takumi021 committed Dec 12, 2022
1 parent db112e9 commit 9c1628d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rootdir/etc/init.qcom.rc
Original file line number Diff line number Diff line change
@@ -1050,6 +1050,14 @@ service poweroffhandler /system/vendor/bin/poweroffhandler
on property:vendor.display.lcd_density=*
setprop ro.sf.lcd_density ${vendor.display.lcd_density}

on late-init
# Start services for bootanim
start surfaceflinger
start bootanim
start vendor.hwcomposer-2-3
start vendor.configstore-hal
start vendor.qti.hardware.display.allocator

# Logcat dump daemon, dumps logs to logdump partition
service logdumpd /system/bin/logcat -b all -v threadtime -D -w /dev/block/bootdevice/by-name/logdump
class core

0 comments on commit 9c1628d

Please sign in to comment.