Description[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
Committed: https://crrev.com/84436c8ee6194ac0a782535b07e8643c7a768847
Cr-Commit-Position: refs/heads/master@{#325217}
Patch Set 1 #Patch Set 2 : implement as a quiet=True flag #
Total comments: 2
Patch Set 3 : git rebase master #Patch Set 4 : update pylib/screenshot.py #
Total comments: 1
Patch Set 5 : added device_signal.py #Patch Set 6 : fix typo #
Messages
Total messages: 25 (8 generated)
|