summaryrefslogtreecommitdiff
path: root/cmds
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2016-11-09 16:40:02 +0000
committer android-build-merger <android-build-merger@google.com> 2016-11-09 16:40:02 +0000
commitae4d6a6c8bc006713808208e513ba5fbf11f6f9c (patch)
tree7797f820874590f43f85a7826a98445f92cae463 /cmds
parent6da66c1bf1a6a97c108814599f988ed905424e2b (diff)
parent0708c8355fe9cd782d11ea0bc37aba4677b08e61 (diff)
Merge "Dumpstate's netstat call should use -W."
am: 0708c8355f Change-Id: If0d15f407cb5cd080950c414135a1ebcdf712d77
Diffstat (limited to 'cmds')
-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 a040427b69..5b01be1274 100644
--- a/cmds/dumpstate/dumpstate.cpp
+++ b/cmds/dumpstate/dumpstate.cpp
@@ -770,7 +770,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();