Home
last modified time | relevance | path

Searched defs:KernelLog (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/kernlog/src/
Dlib.rs56 pub struct KernelLog { struct
61 impl KernelLog { argument
97 pub fn with_level(filter: LevelFilter) -> io::Result<KernelLog> { in with_level()
105 impl Log for KernelLog { implementation