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
91c9f363ff
commit
1c118b2318
@ -34,7 +34,7 @@ pub fn log2java(text: String) {
|
||||
if let Some(mut ff) = l.take() {
|
||||
ff.write(text.as_bytes());
|
||||
ff.write(b"\n");
|
||||
ff.flush();
|
||||
//ff.flush();
|
||||
//jni::FridaLib::traceFromNative(l.unwrap(), text);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user