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

Commit 285a8f52 authored by Dmitry Shmidt's avatar Dmitry Shmidt
Browse files

bugreport: Remove wlan FW dump log



Change-Id: I7f211c8125e6c3ba99e9c34e1221dfaa5ac1bee1
Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
parent 95d6b782
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -116,9 +116,7 @@ static void dumpstate() {

#ifdef FWDUMP_bcm4329
    run_command("DUMP WIFI STATUS", 20,
            "su", "root", "dhdutil", "-i", "eth0", "dump", NULL);
    run_command("DUMP WIFI FIRMWARE LOG", 60,
            "su", "root", "dhdutil", "-i", "eth0", "upload", "/data/local/tmp/wlan_crash.dump", NULL);
            "su", "root", "dhdutil", "-i", "wlan0", "dump", NULL);
    run_command("DUMP WIFI INTERNAL COUNTERS", 20,
            "su", "root", "wlutil", "counters", NULL);
#endif