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

Commit 2c3197bf authored by Dmitry Shmidt's avatar Dmitry Shmidt
Browse files

bugreport: Fix dump of netcfg command



Change-Id: Id2f507f4b094cd9cbe5c5eae9030321d1c3ed71a
Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
parent cbaff3c1
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");