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

Commit f334d669 authored by Jin Qian's avatar Jin Qian
Browse files

dumpstate: dump IO perf history from storaged

Test: adb bugreport
Bug: 63629306
Change-Id: I3126ce30e263bcb6e7760aa913b3461954a3719d
parent 3e833145
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1136,7 +1136,7 @@ static void dumpstate() {
    RunCommand("VOLD DUMP", {"vdc", "dump"});
    RunCommand("SECURE CONTAINERS", {"vdc", "asec", "list"});

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

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