sdm660-common: Set printk.devkmsg=on on kernel cmdline to avoid ratelimit
init and friends are getting ratelimted on /dev/kmsg. Let's keep the logs by setting printk.devkmsg=on. Bug: 62952768 Test: Check for init logs in kernel during boot Change-Id: I103e3cc1d73880af1d9a0cdc4dae05223eb4c427
This commit is contained in:
parent
1da7c15388
commit
b99317d79e
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ TARGET_RECOVERY_DEVICE_MODULES := libinit_sdm660
|
||||||
# Kernel
|
# Kernel
|
||||||
BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200n8 androidboot.console=ttyMSM0 earlycon=msm_serial_dm,0xc170000 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 service_locator.enable=1 swiotlb=1 androidboot.configfs=true androidboot.usbcontroller=a800000.dwc3
|
BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200n8 androidboot.console=ttyMSM0 earlycon=msm_serial_dm,0xc170000 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 service_locator.enable=1 swiotlb=1 androidboot.configfs=true androidboot.usbcontroller=a800000.dwc3
|
||||||
BOARD_KERNEL_CMDLINE += loop.max_part=7
|
BOARD_KERNEL_CMDLINE += loop.max_part=7
|
||||||
|
BOARD_KERNEL_CMDLINE += printk.devkmsg=on
|
||||||
BOARD_KERNEL_CMDLINE += usbcore.autosuspend=7
|
BOARD_KERNEL_CMDLINE += usbcore.autosuspend=7
|
||||||
BOARD_KERNEL_BASE := 0x00000000
|
BOARD_KERNEL_BASE := 0x00000000
|
||||||
BOARD_KERNEL_PAGESIZE := 4096
|
BOARD_KERNEL_PAGESIZE := 4096
|
||||||
|
|
Loading…
Reference in a new issue