commit | 2f531771707bcdfc12543a99c168f8462b423b13 | [log] [tgz] |
---|---|---|
author | Ajay Panicker <apanicke@google.com> | Wed Sep 14 12:26:46 2016 -0700 |
committer | Ajay Panicker <apanicke@google.com> | Fri Sep 23 18:59:51 2016 +0000 |
tree | 087d80e28dc40b65eab5a32460f8ad009d59edfc | |
parent | f9f04003f5f9b3705545ba524a19537699cdef01 [diff] [blame] |
Add btsnoop_hci.log to bugreport zip (1/2) Bug: 28672558 Test: Manual Merged-In: I2995a9fd0e8be031c022ef8f275aae35265ba452 Change-Id: I2995a9fd0e8be031c022ef8f275aae35265ba452
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp index 517b8a9..e3c1f57 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp
@@ -675,6 +675,9 @@ for_each_tid(show_wchan, "BLOCKED PROCESS WAIT-CHANNELS"); for_each_pid(show_showtime, "PROCESS TIMES (pid cmd user system iowait+percentage)"); + /* Dump Bluetooth HCI logs */ + add_dir("/data/misc/bluetooth/logs", true); + if (!screenshot_path.empty()) { MYLOGI("taking late screenshot\n"); take_screenshot(screenshot_path);