Merge "[Bugfix][Coredump] Fix coredump_enable() in envsetup.sh"
This commit is contained in:
commit
f6aae1608d
1 changed files with 1 additions and 1 deletions
|
@ -1097,7 +1097,7 @@ function coredump_enable()
|
|||
return;
|
||||
fi;
|
||||
echo "Setting core limit for $PID to infinite...";
|
||||
adb shell /system/bin/ulimit -p $PID -c unlimited
|
||||
adb shell /system/bin/ulimit -P $PID -c unlimited
|
||||
}
|
||||
|
||||
# core - send SIGV and pull the core for process
|
||||
|
|
Loading…
Reference in a new issue