Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment