Searched refs:PID (Results 1 – 2 of 2) sorted by relevance
1025 local PID=`adb shell ps \1029 echo "$PID"1074 local PID=$1;1075 if [ -z "$PID" ]; then1079 echo "Setting core limit for $PID to infinite...";1080 adb shell /system/bin/ulimit -p $PID -c unlimited1091 local PID=$1;1093 if [ -z "$PID" ]; then1098 local CORENAME=core.$PID;1105 while [ $(adb shell "[ -d /proc/$PID ] && echo -n yes") ]; do[all …]