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

Commit fb4e4e57 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "Fix double close in btif.cc's dump."

am: d7e8cd7a

Change-Id: I62a4c95c968ae3476052ae555efa0ad078cf32cf
parents 2495a975 d7e8cd7a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -326,8 +326,6 @@ static void dump(int fd, const char** arguments) {
#if (BTSNOOP_MEM == TRUE)
  btif_debug_btsnoop_dump(fd);
#endif

  close(fd);
}

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