e3q: Add logger
Change-Id: Idf116fb5ab1d7c01921252fb727732d060188e29
This commit is contained in:
@@ -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 early-init
|
||||||
|
|
||||||
on init
|
on init
|
||||||
@@ -34,6 +41,7 @@ on init
|
|||||||
on late-init
|
on late-init
|
||||||
|
|
||||||
on post-fs
|
on post-fs
|
||||||
|
start logger
|
||||||
|
|
||||||
on late-fs
|
on late-fs
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user