am eaf5b7bb: build: rename coredump-setup --> coredump_setup automerge: e675cfb

* commit 'eaf5b7bb06d92efab0c0779d38dd3b040497f51e':
  build: rename coredump-setup --> coredump_setup
This commit is contained in:
Iliyan Malchev 2014-11-04 02:50:27 +00:00 committed by Android Git Automerger
commit 9315262884
1 changed files with 2 additions and 2 deletions

View File

@ -890,14 +890,14 @@ function pid()
fi
}
# coredump-setup - enable core dumps globally for any process
# coredump_setup - enable core dumps globally for any process
# that has the core-file-size limit set correctly
#
# NOTE: You must call also coredump-enable for a specific process
# if its core-file-size limit is not set already.
# NOTE: Core dumps are written to ramdisk; they will not survive a reboot!
function coredump-setup()
function coredump_setup()
{
echo "Getting root...";
adb root;