diff --git a/cmds/dumpstate/dumpstate.c b/cmds/dumpstate/dumpstate.c index e9b21f1dc7a26..e8b5eaff9052a 100644 --- a/cmds/dumpstate/dumpstate.c +++ b/cmds/dumpstate/dumpstate.c @@ -105,7 +105,7 @@ static void dumpstate() { #ifdef FWDUMP_bcm4329 run_command("DUMP WIFI FIRMWARE LOG", 60, - "dhdutil", "-i", "eth0", "upload", "/data/local/tmp/wlan_crash.dump", NULL); + "su", "root", "dhdutil", "-i", "eth0", "upload", "/data/local/tmp/wlan_crash.dump", NULL); #endif print_properties();