From e675cfbfb9d4d61388d703778d5e03ae07c43ea1 Mon Sep 17 00:00:00 2001 From: Iliyan Malchev Date: Mon, 3 Nov 2014 17:04:47 -0800 Subject: [PATCH] build: rename coredump-setup --> coredump_setup b/18229600 shamu kernel is failing to build on build machine Change-Id: I1b7e6d0ebf3e966a89ae4c7fed0cfd2db3f0a6a9 Signed-off-by: Iliyan Malchev --- envsetup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/envsetup.sh b/envsetup.sh index e2a1ff6e2d..94f0c48646 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -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;