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
e4ba404259
commit
eb2507dd8d
@ -72,7 +72,7 @@ mod jni {
|
|||||||
|
|
||||||
if let Ok(mut l) = LOG_ENV.lock() {
|
if let Ok(mut l) = LOG_ENV.lock() {
|
||||||
if !l.is_some() {
|
if !l.is_some() {
|
||||||
*l = Some(env);
|
*l = Some(env.clone());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user