Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f10a465e authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "rust: Change log tag from bt to bluetooth" into main am: d8aca67f

parents 866ea474 d8aca67f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/// Inits logging for Android
#[cfg(target_os = "android")]
pub fn init_logging() {
    android_logger::init_once(android_logger::Config::default().with_tag("bt"));
    android_logger::init_once(android_logger::Config::default().with_tag("bluetooth"));
}

/// Inits logging for host