Enum android_logd_logger::Buffer
source · #[repr(u8)]
pub enum Buffer {
Main,
Radio,
Events,
System,
Crash,
Stats,
Security,
Custom(u8),
}Expand description
Log buffer ids
Variants§
Main
The main log buffer. This is the only log buffer available to apps.
Radio
The radio log buffer
Events
The event log buffer.
System
The system log buffer.
Crash
The crash log buffer.
Stats
The statistics log buffer.
Security
The security log buffer.
Custom(u8)
User defined Buffer