Home
last modified time | relevance | path

Searched refs:with_min_level (Results 1 – 14 of 14) sorted by relevance

/aosp12/system/logging/rust/
H A Dlogger.rs43 pub fn with_min_level(mut self, level: log::Level) -> Self { in with_min_level() method
119 builder = builder.with_min_level(log_level); in init()
149 .with_min_level(log::Level::Trace) in test_with_min_level()
150 .with_min_level(log::Level::Error); in test_with_min_level()
/aosp12/system/logging/rust/tests/
H A Dconfig_log_level.rs10 .with_min_level(log::Level::Trace)); in config_log_level()
/aosp12/system/bt/gd/rust/common/src/
H A Dlib.rs25 android_logger::Config::default().with_tag("bt").with_min_level(log::Level::Debug), in init_logging()
/aosp12/packages/modules/Virtualization/virtmanager/src/
H A Dmain.rs37 android_logger::Config::default().with_tag(LOG_TAG).with_min_level(Level::Trace), in main()
/aosp12/system/extras/profcollectd/libprofcollectd/
H A Dlib.rs104 android_logger::Config::default().with_tag("profcollectd").with_min_level(min_log_level), in init_logging()
/aosp12/packages/modules/Virtualization/compos/src/
H A Dcompsvc.rs143 android_logger::Config::default().with_tag("compsvc").with_min_level(log::Level::Debug), in main()
H A Dcompsvc_worker.rs203 android_logger::Config::default().with_tag("compsvc_worker").with_min_level(log_level), in main()
/aosp12/system/security/keystore2/src/
H A Dkeystore2_main.rs42 android_logger::Config::default().with_tag("keystore2").with_min_level(log::Level::Debug), in main()
H A Dwatchdog.rs304 .with_min_level(log::Level::Debug), in test_watchdog()
H A Derror.rs297 .with_min_level(log::Level::Debug), in keystore_error_test()
/aosp12/packages/modules/Virtualization/authfs/src/
H A Dmain.rs304 android_logger::Config::default().with_tag("authfs").with_min_level(log_level), in main()
/aosp12/packages/modules/Virtualization/authfs/fd_server/src/
H A Dmain.rs309 android_logger::Config::default().with_tag("fd_server").with_min_level(log::Level::Debug), in main()
/aosp12/system/security/keystore2/selinux/src/
H A Dlib.rs402 .with_min_level(log::Level::Debug),
/aosp12/packages/modules/DnsResolver/
H A Ddoh.rs394 android_logger::init_once(android_logger::Config::default().with_min_level(log::Level::Trace)); in doh_init()