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-12 17:56:43 +03:00
parent eb2507dd8d
commit 0f5a1bb72a

View File

@ -72,7 +72,7 @@ mod jni {
if let Ok(mut l) = LOG_ENV.lock() {
if !l.is_some() {
*l = Some(env.clone());
*l = Some(&env.clone());
}
}