Home
last modified time | relevance | path

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

/build/make/
Denvsetup.sh995 local PID=$1;
996 if [ -z "$PID" ]; then
1000 echo "Setting core limit for $PID to infinite...";
1001 adb shell /system/bin/ulimit -p $PID -c unlimited
1012 local PID=$1;
1014 if [ -z "$PID" ]; then
1019 local CORENAME=core.$PID;
1026 while [ $(adb shell "[ -d /proc/$PID ] && echo -n yes") ]; do
1027 printf "\tSending SIG%s to %d...\n" $SIG $PID;
1028 adb shell kill -$SIG $PID;
[all …]