Merge "[Bugfix][Coredump] Fix coredump_enable() in envsetup.sh"

This commit is contained in:
Treehugger Robot
2022-06-02 21:53:40 +00:00
committed by Gerrit Code Review

View File

@@ -1097,7 +1097,7 @@ function coredump_enable()
return; return;
fi; fi;
echo "Setting core limit for $PID to infinite..."; 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 # core - send SIGV and pull the core for process