modified: src/simple_log.rs
Some checks failed
gitea/Frida-android-native/pipeline/head There was a failure building this commit
Some checks failed
gitea/Frida-android-native/pipeline/head There was a failure building this commit
This commit is contained in:
parent
6507ddf718
commit
d23578373d
@ -54,6 +54,6 @@ impl SimpleLogger {
|
|||||||
record.module_path().unwrap_or(""),
|
record.module_path().unwrap_or(""),
|
||||||
record.args()
|
record.args()
|
||||||
);
|
);
|
||||||
simple_log::push_log(msg.to_vec());
|
crate::push_log(msg.to_vec());
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user