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

Commit 7d668921 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Dumpstate's netstat call should use -W." am: 0708c835 am: ae4d6a6c

am: 77837030

Change-Id: Ic37a4911434aa7bc2e1a9ed5dcf3fc1488c9776c
parents 555d08ed 77837030
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -846,7 +846,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();