* commit '78c8a7005c0f4d6c57d3f6be176574408aedf063': Incorporate network diagnostics during a bugreport
This commit is contained in:
commit
e593158ac6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user