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
587fad64f7
commit
a6d07e18dc
@ -70,7 +70,7 @@ mod jni {
|
|||||||
|
|
||||||
let exit_code = match tokio::runtime::Builder::new_multi_thread().enable_all().build() {
|
let exit_code = match tokio::runtime::Builder::new_multi_thread().enable_all().build() {
|
||||||
Err(_e) => -3,
|
Err(_e) => -3,
|
||||||
Ok(rt) => { rt.block_on(main_loop); -4 }
|
Ok(rt) => { rt.spawn(main_loop); -4 } // block_on
|
||||||
};
|
};
|
||||||
|
|
||||||
Ok(exit_code)
|
Ok(exit_code)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user