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

Commit 9edb3f08 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "legacy: Remove is_any_gd_enabled"

parents 3836d962 b939d844
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) {