Changes to be committed:
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
modified: src/main.rs
This commit is contained in:
parent
c22ab20177
commit
4e611782df
@ -66,7 +66,7 @@ mod jni {
|
|||||||
return Err(err);
|
return Err(err);
|
||||||
}*/
|
}*/
|
||||||
mobile::mobile_run(config_b32, close_fd_on_drop, tun_fd, env, close_token).await;
|
mobile::mobile_run(config_b32, close_fd_on_drop, tun_fd, env, close_token).await;
|
||||||
Ok(0)
|
Ok::<(), E>(())
|
||||||
};
|
};
|
||||||
|
|
||||||
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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user