modified: src/main.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
ad9383777f
commit
f06ece3054
@ -20,12 +20,16 @@ mod jni {
|
||||
use jni::objects::{GlobalRef, JObject, JValue, JString};
|
||||
use jni::sys::{jboolean, jchar, jint, jstring};
|
||||
use log::{info, trace};
|
||||
use log::LevelFilter;
|
||||
use log4rs::append::file::FileAppender;
|
||||
use log4rs::encode::pattern::PatternEncoder;
|
||||
use log4rs::config::{Appender, Config, Root};
|
||||
use robusta_jni::convert::{IntoJavaValue, Signature, TryFromJavaValue, TryIntoJavaValue};
|
||||
use robusta_jni::jni::errors::Result as JniResult;
|
||||
use robusta_jni::jni::objects::AutoLocal;
|
||||
use robusta_jni::jni::JNIEnv;
|
||||
use crate::mobile;
|
||||
use crate::{TUN_QUIT, LOG_FILE};
|
||||
use crate::TUN_QUIT;
|
||||
use std::fs::File;
|
||||
|
||||
#[derive(Signature, TryIntoJavaValue, IntoJavaValue, TryFromJavaValue)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user