This commit is contained in:
John Smith
2022-08-22 13:27:26 -04:00
parent 53ae04aff9
commit 997eca05b6
14 changed files with 920 additions and 154 deletions
+2 -1
View File
@@ -64,7 +64,7 @@ pub fn veilid_version() -> (u32, u32, u32) {
#[cfg(target_os = "android")]
pub use intf::utils::android::{veilid_core_setup_android, veilid_core_setup_android_no_log};
pub static DEFAULT_LOG_IGNORE_LIST: [&str; 18] = [
pub static DEFAULT_LOG_IGNORE_LIST: [&str; 19] = [
"mio",
"h2",
"hyper",
@@ -83,4 +83,5 @@ pub static DEFAULT_LOG_IGNORE_LIST: [&str; 18] = [
"netlink_sys",
"trust_dns_resolver",
"trust_dns_proto",
"attohttpc",
];