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

Commit 81b429eb authored by Steven Moreland's avatar Steven Moreland
Browse files

dumpstate: dump list of hardware hals on device

lshal is a binary on the device that lists all registered and
passthrough hardware hals that are currently running.

Fixes: 34809346
Test: bugreport includes lshal dump
Change-Id: Ia1340d1b94ac4c902a81b709924ebf45462435cc
parent 6c97ea6e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -963,6 +963,8 @@ static void dumpstate() {
               {"ps", "-A", "-T", "-Z", "-O", "pri,nice,rtprio,sched,pcy"});
    RunCommand("LIBRANK", {"librank"}, CommandOptions::AS_ROOT);

    RunCommand("HARDWARE HALS", {"lshal"});

    RunCommand("PRINTENV", {"printenv"});
    RunCommand("NETSTAT", {"netstat", "-nW"});
    struct stat s;