summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2010-11-04 14:53:17 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-11-04 14:53:17 -0700
commit975d24d5af84bee8176877956468eb72347647d5 (patch)
tree57fe261d09971da7f09227ea5c9c628763ab74ab /cmds
parentb9def8e721fd646246d98a53c24a68737592f216 (diff)
parent2b799198bb8d6d4e5bc2f14a32ac7658b5ad3340 (diff)
downloadframeworks_base-975d24d5af84bee8176877956468eb72347647d5.zip
frameworks_base-975d24d5af84bee8176877956468eb72347647d5.tar.gz
frameworks_base-975d24d5af84bee8176877956468eb72347647d5.tar.bz2
Merge "bugreport: Add bcm4329 internal counters dump"
Diffstat (limited to 'cmds')
-rw-r--r--cmds/dumpstate/dumpstate.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmds/dumpstate/dumpstate.c b/cmds/dumpstate/dumpstate.c
index 8007961..b1b7715 100644
--- a/cmds/dumpstate/dumpstate.c
+++ b/cmds/dumpstate/dumpstate.c
@@ -119,6 +119,8 @@ static void dumpstate() {
"su", "root", "dhdutil", "-i", "eth0", "dump", NULL);
run_command("DUMP WIFI FIRMWARE LOG", 60,
"su", "root", "dhdutil", "-i", "eth0", "upload", "/data/local/tmp/wlan_crash.dump", NULL);
+ run_command("DUMP WIFI INTERNAL COUNTERS", 20,
+ "su", "root", "wlutil", "counters", NULL);
#endif
print_properties();