Explicitly set log_buf_len
By setting the log_buf_len via cmdline, devices using this cmdline will be able to guarantee their preferred buffer size even if the underlying CONFIG_LOG_BUF_SHIFT changes. Bug: 185141673 Change-Id: Iafe7561dceef65fc47cb0bb54a8f84a5e10c51a9
This commit is contained in:
parent
cfb1e3fdef
commit
df9dc5cf76
1 changed files with 3 additions and 0 deletions
|
@ -401,3 +401,6 @@ include device/google/gs101-sepolicy/gs101-sepolicy.mk
|
||||||
|
|
||||||
# Battery options
|
# Battery options
|
||||||
BOARD_KERNEL_CMDLINE += at24.write_timeout=100
|
BOARD_KERNEL_CMDLINE += at24.write_timeout=100
|
||||||
|
|
||||||
|
# Enable larger logbuf
|
||||||
|
BOARD_KERNEL_CMDLINE += log_buf_len=1024K
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue