modified: src/main.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
3ff3acb952
commit
ceaaa5b501
@ -75,8 +75,7 @@ mod jni {
|
|||||||
close_fd_on_drop: bool) -> JniResult<i32> {
|
close_fd_on_drop: bool) -> JniResult<i32> {
|
||||||
android_logger::init_once(Config::default().with_tag("RustFrida"));
|
android_logger::init_once(Config::default().with_tag("RustFrida"));
|
||||||
|
|
||||||
FridaLib::traceFromNative("Hello world");
|
FridaLib::traceFromNative(env, "Hello world");
|
||||||
FridaLib::traceFromNative("Hello world! {:?}", tun_fd);
|
|
||||||
|
|
||||||
Ok(-2)
|
Ok(-2)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user