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

Commit c277f2c4 authored by Dmitry Shmidt's avatar Dmitry Shmidt
Browse files

Fix bcm4329 FW dump in bugreport for user-debug build



Change-Id: I56dfdc700db5704a91015ddcdc2adb0952b097ba
Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
parent 6d33c5ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();