Loading cmds/dumpstate/dumpstate.c +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
cmds/dumpstate/dumpstate.c +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading