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

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

Merge "legacy: Remove is_any_gd_enabled" am: 9edb3f08 am: bf239475

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1914571

Change-Id: I08f9f8b1ef851189945477c03d6b767bebbc9831
parents 043cb683 bf239475
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -424,12 +424,7 @@ static void dump(int fd, const char** arguments) {
  LeAudioClient::DebugDump(fd);
  connection_manager::dump(fd);
  bluetooth::bqr::DebugDump(fd);
  if (bluetooth::shim::is_any_gd_enabled()) {
  bluetooth::shim::Dump(fd, arguments);
  } else {
#if (BTSNOOP_MEM == TRUE)
#endif
  }
}

static void dumpMetrics(std::string* output) {