Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eabd217c authored by Ray Chen's avatar Ray Chen Committed by Automerger Merge Worker
Browse files

Merge "Add network link statistics to bugreport" into main am: f9c46249 am:...

Merge "Add network link statistics to bugreport" into main am: f9c46249 am: 36f1b9aa am: ef69e9c6

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2836363



Change-Id: I22a2afe707d725008c482d522da91d8f5cffe15a
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 5dfafd8b ef69e9c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1243,7 +1243,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"});