summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2013-04-11 20:28:55 -0700
committerTodd Poynor <toddpoynor@google.com>2013-04-11 20:28:55 -0700
commit9acc9663cd4dfb8a0fe50619567d827753e05cdf (patch)
tree493387683374b5ea236fb279a330df6dedb9ea57
parent4fa1e33a6152ebfa95c7aa66367750e28ad1e7ab (diff)
downloadtuna-9acc9663cd4dfb8a0fe50619567d827753e05cdf.tar.gz
tuna: dumpstate: dump bluetooth kernel state
Dump /d/bt in bugreports. Bug: 6891970 Change-Id: I4b0e03acb74de61bcd2bbe306e0e6a15919da0cd
-rw-r--r--dumpstate/dumpstate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dumpstate/dumpstate.c b/dumpstate/dumpstate.c
index 61602e4..2951ab4 100644
--- a/dumpstate/dumpstate.c
+++ b/dumpstate/dumpstate.c
@@ -39,4 +39,5 @@ void dumpstate_board()
dump_file("fsa9480 control", "/sys/bus/i2c/drivers/fsa9480/4-0025/control");
dump_file("tiler 2x1 map", "/d/tiler/map/2x1");
dump_file("wlan", "/sys/module/bcmdhd/parameters/info_string");
+ dump_file("bluetooth", "/d/bt");
};