Home
last modified time | relevance | path

Searched refs:PID (Results 1 – 4 of 4) sorted by relevance

/development/scripts/
Dstacks18 PID="$1"
23 PID="$PIDLIST"
33 if [ "$PID" ] ; then
35 if adb shell readlink /proc/$PID/exe | egrep -q '^/system/bin/app_process' ; then
37 if ! adb shell cat /proc/$PID/cmdline | egrep -q '^zygote'; then
38 adb shell debuggerd -j $PID
43 adb shell debuggerd -b $PID
Dgdbclient47 local PID=$1
49 if [ -z "$PID" ]; then
93 if [[ ! "$PID" =~ ^[0-9]+$ ]] ; then
94 PROCESS_NAME=$PID
95 PID=$(pid --exact $PROCESS_NAME)
96 if [ -z "$PID" ]; then
100 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 …]
Dpid36 for PID in $PIDS; do
37 echo $PID
/development/apps/DumpViewer/
DREADME.md31 - Add UID / PID lookup