Searched refs:PID (Results 1 – 1 of 1) sorted by relevance
970 local PID=`adb shell ps \974 echo "$PID"1019 local PID=$1;1020 if [ -z "$PID" ]; then1024 echo "Setting core limit for $PID to infinite...";1025 adb shell prlimit $PID 4 -1 -11036 local PID=$1;1038 if [ -z "$PID" ]; then1043 local CORENAME=core.$PID;1050 while [ $(adb shell "[ -d /proc/$PID ] && echo -n yes") ]; do[all …]