Searched refs:PID (Results 1 – 1 of 1) sorted by relevance
995 local PID=$1;996 if [ -z "$PID" ]; then1000 echo "Setting core limit for $PID to infinite...";1001 adb shell /system/bin/ulimit -p $PID -c unlimited1012 local PID=$1;1014 if [ -z "$PID" ]; then1019 local CORENAME=core.$PID;1026 while [ $(adb shell "[ -d /proc/$PID ] && echo -n yes") ]; do1027 printf "\tSending SIG%s to %d...\n" $SIG $PID;1028 adb shell kill -$SIG $PID;[all …]