mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-21 23:47:39 +00:00
Add log for restore
This commit is contained in:
parent
607e6547a7
commit
bf10496fa9
@ -99,7 +99,9 @@ impl MagiskCpio for Cpio {
|
||||
rm_list.push_str(data);
|
||||
}
|
||||
} else if name != ".backup/.magisk" {
|
||||
backups.insert(name[8..].to_string(), entry);
|
||||
let new_name = &name[8..];
|
||||
eprintln!("Restore [{}] -> [{}]", name, new_name);
|
||||
backups.insert(new_name.to_string(), entry);
|
||||
}
|
||||
});
|
||||
self.rm(".backup", false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user