diff options
author | 2016-03-17 22:48:41 +0000 | |
---|---|---|
committer | 2016-03-17 22:48:42 +0000 | |
commit | 792a10b940deeb1d0649f29a2f5777ac668ef780 (patch) | |
tree | 6ed3eff6b1bbc2d4d6d20f9333a30e28b53abc66 /cmds/dumpstate/utils.cpp | |
parent | cb4aed99849583a0395a0e06b66ddf2d35526f9d (diff) | |
parent | 3dba69aad214a873c619d125ff0441b817947100 (diff) |
Merge "Added -q flag to showmap." into nyc-dev
Diffstat (limited to 'cmds/dumpstate/utils.cpp')
-rw-r--r-- | cmds/dumpstate/utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/dumpstate/utils.cpp b/cmds/dumpstate/utils.cpp index f0feb8e1b3..d21ef7bd03 100644 --- a/cmds/dumpstate/utils.cpp +++ b/cmds/dumpstate/utils.cpp @@ -394,7 +394,7 @@ void do_showmap(int pid, const char *name) { sprintf(title, "SHOW MAP %d (%s)", pid, name); sprintf(arg, "%d", pid); - run_command(title, 10, SU_PATH, "root", "showmap", arg, NULL); + run_command(title, 10, SU_PATH, "root", "showmap", "-q", arg, NULL); } static int _dump_file_from_fd(const char *title, const char *path, int fd) { |