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-07 17:37:15 +03:00
parent 9d96bfdc71
commit 7b8f06ce0c

View File

@ -78,11 +78,11 @@ mod jni {
info!("Hello world! {:?}", tun_fd); info!("Hello world! {:?}", tun_fd);
-2 Ok(-2)
} }
pub extern "jni" fn stop(self, env: &JNIEnv) -> JniResult<i32> { pub extern "jni" fn stop(self, env: &JNIEnv) -> JniResult<i32> {
-1 Ok(-1)
} }
/*pub extern "java" fn getAppFilesDir( /*pub extern "java" fn getAppFilesDir(