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

Commit 00d53409 authored by Myles Watson's avatar Myles Watson
Browse files

Use Real-time priority for GD HCI

Bug: 189194098
Test: Phone call with LE Audio earbuds
Tag: #gd-refactor
Change-Id: I87f56bcafb4d2f526fcdd539a0c2b17224d38a04
parent e43eaae9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@ void Stack::Start(ModuleList* modules) {
  LOG_INFO("%s Starting Gd stack", __func__);

  stack_thread_ =
      new os::Thread("gd_stack_thread", os::Thread::Priority::NORMAL);
      new os::Thread("gd_stack_thread", os::Thread::Priority::REAL_TIME);
  stack_manager_.StartUp(modules, stack_thread_);

  stack_handler_ = new os::Handler(stack_thread_);