You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
Indicate root implementation
This commit is contained in:
@@ -47,7 +47,7 @@ pub fn main() -> Result<()> {
|
|||||||
root_impl::RootImpl::KernelSU | root_impl::RootImpl::Magisk => {
|
root_impl::RootImpl::KernelSU | root_impl::RootImpl::Magisk => {
|
||||||
let module_names: Vec<_> = modules.iter()
|
let module_names: Vec<_> = modules.iter()
|
||||||
.map(|m| m.name.as_str()).collect();
|
.map(|m| m.name.as_str()).collect();
|
||||||
format!("Root:{:?},module({}):{}", root_impl::get_impl(), modules.len(), module_names.join(","))
|
format!("Root: {:?},module({}): {}", root_impl::get_impl(), modules.len(), module_names.join(","))
|
||||||
}
|
}
|
||||||
_ => {
|
_ => {
|
||||||
format!("Invalid root implementation: {:?}", root_impl::get_impl())
|
format!("Invalid root implementation: {:?}", root_impl::get_impl())
|
||||||
|
|||||||
Reference in New Issue
Block a user