modified: src/main.rs
All checks were successful
gitea/Frida-android-native/pipeline/head This commit looks good
All checks were successful
gitea/Frida-android-native/pipeline/head This commit looks good
This commit is contained in:
parent
7a52f988e9
commit
25c66d1a78
@ -33,7 +33,7 @@ pub fn log2java(text: String) {
|
|||||||
if let Ok(mut l) = LOG_FILE.lock() {
|
if let Ok(mut l) = LOG_FILE.lock() {
|
||||||
if let Some(mut ff) = l.take() {
|
if let Some(mut ff) = l.take() {
|
||||||
ff.write_all(text.as_bytes());
|
ff.write_all(text.as_bytes());
|
||||||
ff.write_all("\n");
|
ff.write_all(b"\n");
|
||||||
ff.flush();
|
ff.flush();
|
||||||
//jni::FridaLib::traceFromNative(l.unwrap(), text);
|
//jni::FridaLib::traceFromNative(l.unwrap(), text);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user