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
7a65617ca9
commit
db47c17b52
@ -87,8 +87,8 @@ mod jni {
|
||||
pub extern "java" fn traceFromNative(
|
||||
env: &JNIEnv,
|
||||
text: String,
|
||||
) {
|
||||
|
||||
) -> JniResult<()> {
|
||||
|
||||
}
|
||||
|
||||
/*pub extern "java" fn threadTestNoClass(env: &JNIEnv, s: String) -> JniResult<i32> {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user