mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-24 18:45:28 +00:00
Don't append "start logd" in post-fs-data
This was first done in b13eb3f
because magiskd was started in
post-fs stage that time. Among all android versions, logd was all
started before post-fs-data.
This commit is contained in:
parent
e381aebaa0
commit
7af273e047
@ -14,7 +14,6 @@ pub fn inject_magisk_rc(fd: RawFd, tmp_dir: &Utf8CStr) {
|
|||||||
file,
|
file,
|
||||||
r#"
|
r#"
|
||||||
on post-fs-data
|
on post-fs-data
|
||||||
start logd
|
|
||||||
exec {0} 0 0 -- {1}/magisk --post-fs-data
|
exec {0} 0 0 -- {1}/magisk --post-fs-data
|
||||||
|
|
||||||
on property:vold.decrypt=trigger_restart_framework
|
on property:vold.decrypt=trigger_restart_framework
|
||||||
|
Loading…
Reference in New Issue
Block a user