mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-16 23:02:23 -08:00
Implement magiskinit logging in Rust
This commit is contained in:
@@ -349,7 +349,7 @@ void MagiskInit::patch_rw_root() {
|
||||
}
|
||||
|
||||
int magisk_proxy_main(int argc, char *argv[]) {
|
||||
setup_klog();
|
||||
rust::setup_klog();
|
||||
LOGD("%s\n", __FUNCTION__);
|
||||
|
||||
// Mount rootfs as rw to do post-init rootfs patches
|
||||
|
||||
Reference in New Issue
Block a user