modified: src/main.rs
Some checks failed
gitea/Frida-android-native/pipeline/head There was a failure building this commit

This commit is contained in:
Michael Wain 2024-10-07 03:09:48 +03:00
parent 131a31eeca
commit c12d13c16b

View File

@ -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]