Home
last modified time | relevance | path

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

/build/
Denvsetup.sh885 local PID=`adb shell ps \
889 echo "$PID"
934 local PID=$1;
935 if [ -z "$PID" ]; then
939 echo "Setting core limit for $PID to infinite...";
940 adb shell prlimit $PID 4 -1 -1
951 local PID=$1;
953 if [ -z "$PID" ]; then
958 local CORENAME=core.$PID;
965 while [ $(adb shell "[ -d /proc/$PID ] && echo -n yes") ]; do
[all …]