Merge "Use ulimit -p rather than prlimit."
This commit is contained in:
commit
74d4d98be1
|
@ -1029,7 +1029,7 @@ function coredump_enable()
|
|||
return;
|
||||
fi;
|
||||
echo "Setting core limit for $PID to infinite...";
|
||||
adb shell prlimit $PID 4 -1 -1
|
||||
adb shell /system/bin/ulimit -p $PID -c unlimited
|
||||
}
|
||||
|
||||
# core - send SIGV and pull the core for process
|
||||
|
|
Loading…
Reference in New Issue