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

Commit 26f56490 authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

Merge "Added -q flag to showmap." into nyc-dev

am: 792a10b9

* commit '792a10b9':
  Added -q flag to showmap.
parents 84661219 792a10b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {