Leave core files around for developers to inspect.

BUG=5358

Review URL: http://codereview.chromium.org/3170008
This commit is contained in:
Ken Mixter 2010-08-12 16:51:52 -07:00
parent bb1d3b0076
commit 1334788772

View File

@ -348,6 +348,9 @@ update_dev_packages() {
# Additional changes to developer image.
# Leave core files for developers to inspect.
sudo touch "${ROOT_FS_DIR}/etc/leave_core"
# The ldd tool is a useful shell script but lives in glibc; just copy it.
sudo cp -a "$(which ldd)" "${root_dev_dir}/usr/bin"