Loading system/btif/src/bluetooth.cc +1 −6 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
system/btif/src/bluetooth.cc +1 −6 Original line number Diff line number Diff line Loading @@ -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) { Loading