Searched refs:structured_log (Results 1 – 4 of 4) sorted by relevance
/system/logging/rust/tests/ |
D | structured_logging_tests.rs | 16 use structured_log::structured_log; 17 use structured_log::StructuredLogSection::SubsectionEnd; 18 use structured_log::StructuredLogSection::SubsectionStart; 19 use structured_log::LOG_ID_EVENTS; 25 let res = structured_log!(TAG_KEY_SAMPLE, 5i32); in log_i32() 31 let res = structured_log!(log_id: LOG_ID_EVENTS, TAG_KEY_SAMPLE, 5i64); in log_i64() 37 let res = structured_log!(TAG_KEY_SAMPLE, 5f32); in log_f32() 43 let res = structured_log!(TAG_KEY_SAMPLE, "test string"); in log_str() 49 let res = structured_log!(TAG_KEY_SAMPLE, "test message", 10f32); in log_two_entries() 55 let res = structured_log!(TAG_KEY_SAMPLE, "test message", 10f32, 4i32, 4i32, 4i32, 4i32); in log_multiple_entries() [all …]
|
/system/security/keystore2/src/ |
D | audit_log.rs | 23 use structured_log::{structured_log, LOG_ID_SECURITY}; 65 structured_log!(log_id: LOG_ID_SECURITY, TAG_KEY_INTEGRITY_VIOLATION, alias, owner); in log_key_integrity_violation() 74 structured_log!(log_id: LOG_ID_SECURITY, tag, i32::from(success), alias, owner); in log_key_event()
|
/system/logging/rust/ |
D | structured_logger.rs | 119 macro_rules! structured_log { macro
|
D | Android.bp | 54 crate_name: "structured_log",
|