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

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

Merge "Fix bcm4329 FW dump in bugreport for user-debug build"

parents f4418b01 c277f2c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -105,7 +105,7 @@ static void dumpstate() {


#ifdef FWDUMP_bcm4329
#ifdef FWDUMP_bcm4329
    run_command("DUMP WIFI FIRMWARE LOG", 60,
    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
#endif


    print_properties();
    print_properties();