public class AndroidKillTask
extends org.arquillian.spacelift.task.Task<Integer,org.arquillian.spacelift.process.ProcessResult>
Calls Android's kill binary and kills processes on Android side.
Default signal sent to a process is SIGKILL (9) when not specified otherwise.
When using in chain mode, chained value represents PID of Android process to kill.
Returned ProcessResult after the execution of this tool is a process result of adb invocation on a host side and
tells nothing about the result of kill process on Android side.
- Author:
- Stefan Miklosovic