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

Commit 54a11d3b authored by Steven Moreland's avatar Steven Moreland
Browse files

dumpstate: run lshal as root.

Running lshal as root gives additional information about which processes
have registered with which hals.

Test: adb bugreport and checked for appropriate output in lshal
Fixes: 35741078
Change-Id: I75606909ebccf2df3dc164d72edd2456facb3ad3
parent 2992c1ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -960,7 +960,7 @@ static void dumpstate() {
               {"ps", "-A", "-T", "-Z", "-O", "pri,nice,rtprio,sched,pcy"});
    RunCommand("LIBRANK", {"librank"}, CommandOptions::AS_ROOT);

    RunCommand("HARDWARE HALS", {"lshal"});
    RunCommand("HARDWARE HALS", {"lshal"}, CommandOptions::AS_ROOT);

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