diff options
author | 2017-11-09 23:36:06 +0000 | |
---|---|---|
committer | 2017-11-09 23:36:06 +0000 | |
commit | 4d55997a193827675ff1eee7ffe5d23f3772c985 (patch) | |
tree | bca0cc80fcc6ee0589a21fd9290d002a0b94613b /cmds/dumpstate/dumpstate.cpp | |
parent | 3eaa4bbbdaa94d4f2900156fc90d1590d013e4cc (diff) | |
parent | f3700c39eda134651b609f6f38173b7636d14330 (diff) |
Merge "Remove "vdc" commands from bugreports."
Diffstat (limited to 'cmds/dumpstate/dumpstate.cpp')
-rw-r--r-- | cmds/dumpstate/dumpstate.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp index b94d3d5367..201b5a3496 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp @@ -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"}); |