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

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

Merge "bugreport: Add bcm4329 internal counters dump"

parents b9def8e7 2b799198
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -119,6 +119,8 @@ static void dumpstate() {
            "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);
    run_command("DUMP WIFI INTERNAL COUNTERS", 20,
            "su", "root", "wlutil", "counters", NULL);
#endif

    print_properties();