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

Commit 8182cd36 authored by Dmitry Shmidt's avatar Dmitry Shmidt Committed by Android (Google) Code Review
Browse files

Merge "bugreport: Fix dump of netcfg command"

parents 26ba1249 2c3197bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ static void dumpstate() {
    run_command("EVENT LOG", 20, "logcat", "-b", "events", "-v", "threadtime", "-d", "*:v", NULL);
    run_command("RADIO LOG", 20, "logcat", "-b", "radio", "-v", "threadtime", "-d", "*:v", NULL);

    run_command("NETWORK INTERFACES", 10, "netcfg", NULL);
    run_command("NETWORK INTERFACES", 10, "su", "root", "netcfg", NULL);
    dump_file("NETWORK ROUTES", "/proc/net/route");
    dump_file("ARP CACHE", "/proc/net/arp");