modified: src/main.rs
All checks were successful
gitea/Frida-android-native/pipeline/head This commit looks good

This commit is contained in:
Michael Wain 2024-10-13 18:19:58 +03:00
parent 91c9f363ff
commit 1c118b2318

View File

@ -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);
}
}