Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93152628 authored by Iliyan Malchev's avatar Iliyan Malchev Committed by Android Git Automerger
Browse files

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

* commit 'eaf5b7bb':
  build: rename coredump-setup --> coredump_setup
parents 94ed49c7 eaf5b7bb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;