trace fix
This commit is contained in:
parent
c1644f1015
commit
9f917af767
@ -64,12 +64,14 @@ pub fn veilid_version() -> (u32, u32, u32) {
|
|||||||
#[cfg(target_os = "android")]
|
#[cfg(target_os = "android")]
|
||||||
pub use intf::utils::android::{veilid_core_setup_android, veilid_core_setup_android_no_log};
|
pub use intf::utils::android::{veilid_core_setup_android, veilid_core_setup_android_no_log};
|
||||||
|
|
||||||
pub static DEFAULT_LOG_IGNORE_LIST: [&str; 19] = [
|
pub static DEFAULT_LOG_IGNORE_LIST: [&str; 21] = [
|
||||||
"mio",
|
"mio",
|
||||||
"h2",
|
"h2",
|
||||||
"hyper",
|
"hyper",
|
||||||
"tower",
|
"tower",
|
||||||
"tonic",
|
"tonic",
|
||||||
|
"tokio",
|
||||||
|
"runtime",
|
||||||
"tokio_util",
|
"tokio_util",
|
||||||
"want",
|
"want",
|
||||||
"serial_test",
|
"serial_test",
|
||||||
|
Loading…
Reference in New Issue
Block a user