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

Commit a915be5f authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5803801 from 0c5f26ba to qt-c2f2-release

Change-Id: I05e28eed45918898dbc2f820eaf44b59c49c8466
parents eb17cc57 0c5f26ba
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1594,6 +1594,8 @@ static Dumpstate::RunStatus DumpstateDefault() {
static void DumpstateRadioCommon() {
    DumpIpTablesAsRoot();

    ds.AddDir(LOGPERSIST_DATA_DIR, false);

    if (!DropRootUser()) {
        return;
    }
@@ -1604,6 +1606,7 @@ static void DumpstateRadioCommon() {
    DoKmsg();
    DumpIpAddrAndRules();
    dump_route_tables();
    DumpHals();

    RunDumpsys("NETWORK DIAGNOSTICS", {"connectivity", "--diag"},
               CommandOptions::WithTimeout(10).Build());
@@ -1673,8 +1676,6 @@ static void DumpstateWifiOnly() {
    RunDumpsys("DUMPSYS", {"wifi"}, CommandOptions::WithTimeout(90).Build(),
               SEC_TO_MSEC(10));

    DumpHals();

    printf("========================================================\n");
    printf("== dumpstate: done (id %d)\n", ds.id_);
    printf("========================================================\n");