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

Commit 75e28f96 authored by Archie Pusaka's avatar Archie Pusaka Committed by Gerrit Code Review
Browse files

Merge "Demote HID polling debug message to verbose level" into main

parents 26f07e70 6233de21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -316,7 +316,7 @@ static int uhid_fd_poll(btif_hh_device_t* p_dev,

  if (!com::android::bluetooth::flags::break_uhid_polling_early()) {
    if (ret == 0) {
      log::debug("Polling timed out, attempt to read (old behavior)");
      log::verbose("Polling timed out, attempt to read (old behavior)");
      return 1;
    }
  }