e3q: Add logger

Change-Id: Idf116fb5ab1d7c01921252fb727732d060188e29
This commit is contained in:
David Wronek 2024-11-01 17:57:52 +01:00
parent 33a7b3d115
commit 3c5ab147f1

View File

@ -27,6 +27,13 @@
#
#
service logger /system/bin/logcat -b all -D -f /metadata/boot_log.txt
class main
user root
group root system
disabled
oneshot
on early-init
on init
@ -34,6 +41,7 @@ on init
on late-init
on post-fs
start logger
on late-fs