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

Commit 5500c4f0 authored by Dmitry Shmidt's avatar Dmitry Shmidt
Browse files

bugreport: bcm4329: Add Wifi state dump



Change-Id: I00a448bd44f3f5ca76948acad12ba20be794f3bd
Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
parent dc559c6f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -115,6 +115,8 @@ static void dumpstate() {
            "su", "root", "wpa_cli", "list_networks", NULL);

#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);
#endif