build: rename coredump-setup --> coredump_setup
automerge: e675cfb
* commit 'e675cfbfb9d4d61388d703778d5e03ae07c43ea1':
build: rename coredump-setup --> coredump_setup
This commit is contained in:
@@ -890,14 +890,14 @@ function pid()
|
|||||||
fi
|
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
|
# that has the core-file-size limit set correctly
|
||||||
#
|
#
|
||||||
# NOTE: You must call also coredump-enable for a specific process
|
# NOTE: You must call also coredump-enable for a specific process
|
||||||
# if its core-file-size limit is not set already.
|
# if its core-file-size limit is not set already.
|
||||||
# NOTE: Core dumps are written to ramdisk; they will not survive a reboot!
|
# NOTE: Core dumps are written to ramdisk; they will not survive a reboot!
|
||||||
|
|
||||||
function coredump-setup()
|
function coredump_setup()
|
||||||
{
|
{
|
||||||
echo "Getting root...";
|
echo "Getting root...";
|
||||||
adb root;
|
adb root;
|
||||||
|
Reference in New Issue
Block a user