diff options
author | 2023-11-29 08:35:03 +0000 | |
---|---|---|
committer | 2023-11-29 08:35:03 +0000 | |
commit | ef69e9c668260e6a98bda424b67f1fc53049703c (patch) | |
tree | f6d530268497f36e333b9ee51f6c6c71c22b2935 /cmds/dumpstate/dumpstate.cpp | |
parent | da7b982754827ed88b8d70406a006b59a14a00b2 (diff) | |
parent | 36f1b9aaa9e4014ff55bcbd253c589c124dfbacd (diff) |
Merge "Add network link statistics to bugreport" into main am: f9c46249bf am: 36f1b9aaa9
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2836363
Change-Id: Icf958c5621d0134fb2dda4e32f10f905234d4f36
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'cmds/dumpstate/dumpstate.cpp')
-rw-r--r-- | cmds/dumpstate/dumpstate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp index dc27467f93..36d8cb61db 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp @@ -1236,7 +1236,7 @@ static void DumpPacketStats() { static void DumpIpAddrAndRules() { /* The following have a tendency to get wedged when wifi drivers/fw goes belly-up. */ - RunCommand("NETWORK INTERFACES", {"ip", "link"}); + RunCommand("NETWORK INTERFACES", {"ip", "-s", "link"}); RunCommand("IPv4 ADDRESSES", {"ip", "-4", "addr", "show"}); RunCommand("IPv6 ADDRESSES", {"ip", "-6", "addr", "show"}); RunCommand("IP RULES", {"ip", "rule", "show"}); |