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

Commit 9648eda2 authored by Radu Vele's avatar Radu Vele Committed by Android (Google) Code Review
Browse files

Merge "Add USB information to bugreport" into main

parents dfbbb447 d0776158
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1841,6 +1841,11 @@ Dumpstate::RunStatus Dumpstate::dumpstate() {
        RunCommand("DUMP VENDOR RIL LOGS", {"vril-dump"}, options.Build());
    }

    /* Dump USB information */
    RunCommand("typec_connector_class", {"typec_connector_class"},
               CommandOptions::WithTimeout(10).AsRootIfAvailable().Build());
    RunCommand("lsusb", {"lsusb"}, CommandOptions::WithTimeout(10).AsRootIfAvailable().Build());

    printf("========================================================\n");
    printf("== Android Framework Services\n");
    printf("========================================================\n");