OSDN Git Service

Added -q flag to ignore errors.
authorFelipe Leme <felipeal@google.com>
Thu, 17 Mar 2016 21:56:34 +0000 (14:56 -0700)
committerFelipe Leme <felipeal@google.com>
Thu, 17 Mar 2016 21:56:34 +0000 (14:56 -0700)
commita5aa8f9583aec9fcfba38161cb31b6ae2b588313
treebbc5f05491514fd7612a37971ee3329430bbb28c
parent6d7b862b59743b64500b9b079c90cc50d556ecdf
Added -q flag to ignore errors.

dumpstate calls showmap for each pid, and since most of them are empty,
it ends up polluting logcat with entries like:

03-17 14:49:05.974 12160 12160 E dumpstate: command '/system/xbin/su
root showmap -q 9867' failed: No such file or directory

BUG: 26906985
Change-Id: I18d86adefe3f4b248f672732460d1145103e5828
showmap/showmap.cpp