modified: src/simple_log.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
0f7206e51a
commit
6507ddf718
@ -1,4 +1,5 @@
|
|||||||
use crossbeam_channel::unbounded;
|
use crossbeam_channel::unbounded;
|
||||||
|
use crossbeam_channel::{ Sender, Receiver };
|
||||||
|
|
||||||
struct ll {
|
struct ll {
|
||||||
pub tx: Sender<Vec<u8>>,
|
pub tx: Sender<Vec<u8>>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user