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

Commit 5a77c8f4 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Merge "Remove the route command from dumpstate." into nyc-dev am: e4eb4f0e

am: d245c0dc

* commit 'd245c0dc':
  Remove the route command from dumpstate.
parents ab9e967c d245c0dc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -605,7 +605,6 @@ static void dumpstate(const std::string& screenshot_path, const std::string& ver
    run_command("PROCESSES AND THREADS", 10, "ps", "-Z", "-t", "-p", "-P", NULL);
    run_command("LIBRANK", 10, SU_PATH, "root", "librank", NULL);

    run_command("ROUTE", 10, "route", NULL);
    run_command("PRINTENV", 10, "printenv", NULL);
    run_command("NETSTAT", 10, "netstat", NULL);
    run_command("LSMOD", 10, "lsmod", NULL);