Searched refs:with_min_level (Results 1 – 14 of 14) sorted by relevance
/aosp12/system/logging/rust/ |
H A D | logger.rs | 43 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 D | config_log_level.rs | 10 .with_min_level(log::Level::Trace)); in config_log_level()
|
/aosp12/system/bt/gd/rust/common/src/ |
H A D | lib.rs | 25 android_logger::Config::default().with_tag("bt").with_min_level(log::Level::Debug), in init_logging()
|
/aosp12/packages/modules/Virtualization/virtmanager/src/ |
H A D | main.rs | 37 android_logger::Config::default().with_tag(LOG_TAG).with_min_level(Level::Trace), in main()
|
/aosp12/system/extras/profcollectd/libprofcollectd/ |
H A D | lib.rs | 104 android_logger::Config::default().with_tag("profcollectd").with_min_level(min_log_level), in init_logging()
|
/aosp12/packages/modules/Virtualization/compos/src/ |
H A D | compsvc.rs | 143 android_logger::Config::default().with_tag("compsvc").with_min_level(log::Level::Debug), in main()
|
H A D | compsvc_worker.rs | 203 android_logger::Config::default().with_tag("compsvc_worker").with_min_level(log_level), in main()
|
/aosp12/system/security/keystore2/src/ |
H A D | keystore2_main.rs | 42 android_logger::Config::default().with_tag("keystore2").with_min_level(log::Level::Debug), in main()
|
H A D | watchdog.rs | 304 .with_min_level(log::Level::Debug), in test_watchdog()
|
H A D | error.rs | 297 .with_min_level(log::Level::Debug), in keystore_error_test()
|
/aosp12/packages/modules/Virtualization/authfs/src/ |
H A D | main.rs | 304 android_logger::Config::default().with_tag("authfs").with_min_level(log_level), in main()
|
/aosp12/packages/modules/Virtualization/authfs/fd_server/src/ |
H A D | main.rs | 309 android_logger::Config::default().with_tag("fd_server").with_min_level(log::Level::Debug), in main()
|
/aosp12/system/security/keystore2/selinux/src/ |
H A D | lib.rs | 402 .with_min_level(log::Level::Debug),
|
/aosp12/packages/modules/DnsResolver/ |
H A D | doh.rs | 394 android_logger::init_once(android_logger::Config::default().with_min_level(log::Level::Trace)); in doh_init()
|