am e55073a9: am 0e17a265: Merge "Switch dumpstate to "ip link list"."

* commit 'e55073a96ca7e9447592988614664b3c9666d93a':
  Switch dumpstate to "ip link list".
This commit is contained in:
Elliott Hughes 2015-01-28 17:39:18 +00:00 committed by Android Git Automerger
commit 08741a02e9
1 changed files with 2 additions and 1 deletions

View File

@ -242,7 +242,8 @@ static void dumpstate() {
for_each_userid(do_dump_settings, NULL);
/* The following have a tendency to get wedged when wifi drivers/fw goes belly-up. */
run_command("NETWORK INTERFACES", 10, SU_PATH, "root", "netcfg", NULL);
run_command("NETWORK INTERFACES", 10, "ip", "link", NULL);
run_command("IPv4 ADDRESSES", 10, "ip", "-4", "addr", "show", NULL);
run_command("IPv6 ADDRESSES", 10, "ip", "-6", "addr", "show", NULL);