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
eb2507dd8d
commit
0f5a1bb72a
@ -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.clone());
|
*l = Some(&env.clone());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user