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

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

Merge "bugreport: bcm4329: Add Wifi state dump"

parents 21e78449 5500c4f0
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