[Android] Add a "quiet" flag so KillAll doesn't complain if no processes killed
This makes it easier to write what turns out to be the most common usage of this method: ensure that some processes are not running, and don't care if none is found. Also helps to distinguish an adb/device error (which should trigger a retry), from cases where no processes to kill are found (where the caller doesn't need/want to retry). Clients that benefit from this flag are also updated. BUG=475845 Review URL: https://codereview.chromium.org/1079113002 Cr-Commit-Position: refs/heads/master@{#325217}
Showing
Please register or sign in to comment