Merge "Incorporate network diagnostics during a bugreport" into mnc-dev

This commit is contained in:
Erik Kline 2015-06-09 23:24:53 +00:00 committed by Android (Google) Code Review
commit 47a7dc81d0
1 changed files with 2 additions and 0 deletions

View File

@ -318,6 +318,8 @@ static void dumpstate() {
run_command("ARP CACHE", 10, "ip", "-4", "neigh", "show", NULL);
run_command("IPv6 ND CACHE", 10, "ip", "-6", "neigh", "show", NULL);
run_command("NETWORK DIAGNOSTICS", 10, "dumpsys", "connectivity", "--diag", NULL);
run_command("IPTABLES", 10, SU_PATH, "root", "iptables", "-L", "-nvx", NULL);
run_command("IP6TABLES", 10, SU_PATH, "root", "ip6tables", "-L", "-nvx", NULL);
run_command("IPTABLE NAT", 10, SU_PATH, "root", "iptables", "-t", "nat", "-L", "-nvx", NULL);