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

Commit a7f3195a authored by Zach Johnson's avatar Zach Johnson
Browse files

btu_trace_level is already set by default

Bug: 159815595
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: I51ab4137ee54c357e8fb2c404fbcb55730335e36
parent 6b2189eb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -95,7 +95,6 @@ void btu_free_core() {
 *
 *****************************************************************************/
void BTU_StartUp() {
  btu_trace_level = HCI_INITIAL_TRACE_LEVEL;
  bt_startup_thread.StartUp();
  if (!bt_startup_thread.EnableRealTimeScheduling()) {
    LOG(ERROR) << __func__ << ": Unable to set real time scheduling policy for "