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

Commit 4fdde954 authored by Henri Chataing's avatar Henri Chataing
Browse files

rust: Change log tag from bt to bluetooth

In order to align with the configuration used in the
native c++ code

Bug: 331817295
Flag: EXEMPT, minor fix
Test: m com.android.btservices
Change-Id: I6d5fff06eb02aa1648baee2ab74a193367b906ee
parent 4f16b745
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
/// Inits logging for Android
/// Inits logging for Android
#[cfg(target_os = "android")]
#[cfg(target_os = "android")]
pub fn init_logging() {
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
/// Inits logging for host