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:54:47 +03:00
parent e4ba404259
commit eb2507dd8d

View File

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