Searched refs:PID (Results 1 – 4 of 4) sorted by relevance
18 PID="$1"23 PID="$PIDLIST"33 if [ "$PID" ] ; then35 if adb shell readlink /proc/$PID/exe | egrep -q '^/system/bin/app_process' ; then37 if ! adb shell cat /proc/$PID/cmdline | egrep -q '^zygote'; then38 adb shell debuggerd -j $PID43 adb shell debuggerd -b $PID
47 local PID=$149 if [ -z "$PID" ]; then93 if [[ ! "$PID" =~ ^[0-9]+$ ]] ; then94 PROCESS_NAME=$PID95 PID=$(pid --exact $PROCESS_NAME)96 if [ -z "$PID" ]; then100 echo "Resolved pid for $PROCESS_NAME is $PID"110 local EXE=`adb shell readlink /proc/$PID/exe | tr -d '\r\n'`112 echo "Error: couldn't find executable for pid $PID --- is the process still alive?"157 if [ "$(adb_get_traced_by $PID)" -eq 0 ]; then[all …]
36 for PID in $PIDS; do37 echo $PID
31 - Add UID / PID lookup