Merge "init.qcom.rc: Allow subsystem debugging if persistent property is set"

This commit is contained in:
Linux Build Service Account 2013-05-17 22:45:11 -07:00 committed by Gerrit - the friendly Code Review server
commit 719eb48bfb
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ on init
on early-boot
# set RLIMIT_MEMLOCK to 64MB
setrlimit 8 67108864 67108864
# Allow subsystem (modem etc) debugging
write /sys/module/subsystem_restart/parameters/enable_debug ${persist.sys.ssr.enable_debug}
exec /system/bin/sh /init.qcom.early_boot.sh ${ro.board.platform}
exec /system/bin/sh /init.qcom.syspart_fixup.sh ${ro.board.platform} ${ro.serialno}