mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-07 10:50:43 -08:00
Implement magiskinit logging in Rust
This commit is contained in:
@@ -90,6 +90,7 @@ int main(int argc, char *argv[]) {
|
||||
BootConfig config{};
|
||||
|
||||
if (argc > 1 && argv[1] == "selinux_setup"sv) {
|
||||
rust::setup_klog();
|
||||
init = new SecondStageInit(argv);
|
||||
} else {
|
||||
// This will also mount /sys and /proc
|
||||
|
||||
Reference in New Issue
Block a user