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

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

Merge "legacy: Remove is_any_gd_enabled" am: 9edb3f08

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

Change-Id: Icde94eee8a27e69bb30337e1955b5e8574f3c942
parents c9a8c370 9edb3f08
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) {