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

Commit 2435442b authored by Jin Qian's avatar Jin Qian
Browse files

Dump Per UID IO usage from storaged

Test: adb bugreport
Bug: 34198239
Bug: 33086174
Change-Id: Ic333bdb961f6ce36327ec2b710485ff0a7f7aec1
parent a546fef3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1061,7 +1061,7 @@ static void dumpstate() {
    RunCommand("VOLD DUMP", {"vdc", "dump"});
    RunCommand("SECURE CONTAINERS", {"vdc", "asec", "list"});

    RunCommand("STORAGED TASKIOINFO", {"storaged", "-d"}, CommandOptions::WithTimeout(10).Build());
    RunCommand("STORAGED TASKIOINFO", {"storaged", "-u"}, CommandOptions::WithTimeout(10).Build());

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