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

Commit c5624d8c 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

am: 26f56490

* commit '26f56490':
  Added -q flag to showmap.
parents 25e83600 26f56490
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) {