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

Commit f3700c39 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Remove "vdc" commands from bugreports.

We moved vold to Binder, and it no longer has a "dump" command.

Test: builds, boots
Bug: 69116075
Change-Id: Iff8cdf45e15acac9207a3d2eafaed6cb144d26e1
parent bf32499a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1184,9 +1184,6 @@ static void dumpstate() {

    RunCommand("SYSTEM PROPERTIES", {"getprop"});

    RunCommand("VOLD DUMP", {"vdc", "dump"});
    RunCommand("SECURE CONTAINERS", {"vdc", "asec", "list"});

    RunCommand("STORAGED IO INFO", {"storaged", "-u", "-p"});

    RunCommand("FILESYSTEMS & FREE SPACE", {"df"});