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
131a31eeca
commit
c12d13c16b
@ -37,7 +37,7 @@ pub unsafe extern "C" fn Java_com_alterdekim_frida_FridaLib_fetchLogs(
|
|||||||
mut env: JNIEnv,
|
mut env: JNIEnv,
|
||||||
_clazz: JClass
|
_clazz: JClass
|
||||||
) -> jstring {
|
) -> jstring {
|
||||||
String::from_utf8_lossy(&simple_log::fetch_logs()[..])
|
String::from_utf8_lossy(&simple_log::fetch_logs()[..]).to_string()
|
||||||
}
|
}
|
||||||
|
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user