Commit 093f9718 authored by topjohnwu's avatar topjohnwu

Fix small log error

parent df38a9da
...@@ -452,7 +452,7 @@ static bool magisk_env() { ...@@ -452,7 +452,7 @@ static bool magisk_env() {
vendor_block = strdup(buf); vendor_block = strdup(buf);
xmkdir(MIRRDIR "/vendor", 0755); xmkdir(MIRRDIR "/vendor", 0755);
xmount(vendor_block, MIRRDIR "/vendor", buf2, MS_RDONLY, nullptr); xmount(vendor_block, MIRRDIR "/vendor", buf2, MS_RDONLY, nullptr);
VLOGI("mount", vendor_block, MIRRDIR "/system"); VLOGI("mount", vendor_block, MIRRDIR "/vendor");
} else if (SDK_INT >= 24 && } else if (SDK_INT >= 24 &&
str_contains(line, " /proc ") && !str_contains(line, "hidepid=2")) { str_contains(line, " /proc ") && !str_contains(line, "hidepid=2")) {
// Enforce hidepid // Enforce hidepid
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment