Show crash info correctly

This commit is contained in:
Nullptr
2023-10-23 22:22:00 +08:00
parent abbca19c82
commit a956dba77d
3 changed files with 8 additions and 4 deletions

View File

@@ -10,7 +10,6 @@ pub enum RootImpl {
Magisk,
}
// FIXME: OnceCell bugs on 32 bit
static mut ROOT_IMPL: RootImpl = RootImpl::None;
pub fn setup() {