modified: src/main.rs
All checks were successful
gitea/Frida-android-native/pipeline/head This commit looks good
All checks were successful
gitea/Frida-android-native/pipeline/head This commit looks good
This commit is contained in:
parent
6bad4f9921
commit
91c9f363ff
@ -97,7 +97,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.spawn(main_loop); -4 } //block_on
|
Ok(rt) => { rt.block_on(main_loop); -4 } //spawn
|
||||||
};
|
};
|
||||||
|
|
||||||
Ok(exit_code)
|
Ok(exit_code)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user