From 9c1628df3f88f8901286ea63342e535a247d0b34 Mon Sep 17 00:00:00 2001 From: weivincewang Date: Mon, 12 Dec 2022 15:43:49 +0000 Subject: [PATCH] r5x: rootdir: Launch bootanimation early --- rootdir/etc/init.qcom.rc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 0fc4f430..247f64ad 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -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