commit | f6aae1608d861715290fe1f4db5daf60effda05a | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Jun 02 21:53:40 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jun 02 21:53:40 2022 +0000 |
tree | 2999927447ac6cdeaa44f9fa6ba4d51ce5b531d6 | |
parent | 154c195e639760fdcd48ca2e33cdfaac8e8c698a [diff] | |
parent | addf4833b6fc471ec3b39ea7f2dd236734c9dbce [diff] |
Merge "[Bugfix][Coredump] Fix coredump_enable() in envsetup.sh"
diff --git a/envsetup.sh b/envsetup.sh index cbd59cc..c9b1b54 100644 --- a/envsetup.sh +++ b/envsetup.sh
@@ -1097,7 +1097,7 @@ 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