modified: src/client.rs
All checks were successful
gitea/Frida-android-native/pipeline/head This commit looks good

This commit is contained in:
Michael Wain 2024-10-13 18:54:21 +03:00
parent 1f5315b79d
commit 1fb7915b17

View File

@ -132,12 +132,6 @@ pub async fn client_mode(client_config: ClientConfiguration, fd: i32, close_toke
}
}
}
rr1 = lrx.recv() => {
if let Some(bytes) = rr1 {
//crate::log2java(String::from_utf8_lossy(&bytes).to_string());
//FridaLib::traceFromNative(&env, );
}
}
rr2 = mx.recv() => {
if let Some(bytes) = rr2 {
let s_c = s_cipher.lock().await;