Searched refs:PID (Results 1 – 1 of 1) sorted by relevance
899 local PID=`adb shell ps \903 echo "$PID"948 local PID=$1;949 if [ -z "$PID" ]; then953 echo "Setting core limit for $PID to infinite...";954 adb shell prlimit $PID 4 -1 -1965 local PID=$1;967 if [ -z "$PID" ]; then972 local CORENAME=core.$PID;979 while [ $(adb shell "[ -d /proc/$PID ] && echo -n yes") ]; do[all …]