modified: src/simple_log.rs
Some checks failed
gitea/Frida-android-native/pipeline/head There was a failure building this commit

This commit is contained in:
Michael Wain 2024-10-06 02:32:27 +03:00
parent 0f7206e51a
commit 6507ddf718

View File

@ -1,4 +1,5 @@
use crossbeam_channel::unbounded;
use crossbeam_channel::{ Sender, Receiver };
struct ll {
pub tx: Sender<Vec<u8>>,