summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2016-11-09 16:30:31 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-11-09 16:30:31 +0000
commit0708c8355fe9cd782d11ea0bc37aba4677b08e61 (patch)
treecc66e1fbb0d872f2224d4e6552d0b3e056614d76
parent229d3c289b49c6b0197a3d31f161740dd67cbd40 (diff)
parent0adb3a3d4eddd85d2220e8e6f6603e5e9ae36b26 (diff)
Merge "Dumpstate's netstat call should use -W."
-rw-r--r--cmds/dumpstate/dumpstate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp
index 6c615eb648..ad06e30673 100644
--- a/cmds/dumpstate/dumpstate.cpp
+++ b/cmds/dumpstate/dumpstate.cpp
@@ -576,7 +576,7 @@ static void dumpstate(const std::string& screenshot_path, const std::string& ver
run_command("LIBRANK", 10, SU_PATH, "root", "librank", NULL);
run_command("PRINTENV", 10, "printenv", NULL);
- run_command("NETSTAT", 10, "netstat", "-n", NULL);
+ run_command("NETSTAT", 10, "netstat", "-nW", NULL);
run_command("LSMOD", 10, "lsmod", NULL);
do_dmesg();