summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Kryger <tkryger@google.com>2021-06-03 13:04:04 -0700
committerBen Fennema <fennema@google.com>2021-06-14 01:07:09 +0000
commite56e4c4340c9728f7a17d3445ed998eafdf849ea (patch)
treec8edb5b14f5a3259ba9a7e7d19b5dbce5a1af9e3
parentafdb711642e186835ece8e335eec8354f13f286f (diff)
downloadconfig-e56e4c4340c9728f7a17d3445ed998eafdf849ea.tar.gz
Increase kernel log buffer size
Under the v4.9 kernel, the log size was set this to 2^20 = 1 MiB but, as part of the upgrade to v4.19, it was reduced to the 2^17 = 128 KiB default. Increase it back up to 2^19 = 512 KiB so the entire boot up log can be captured and saved into the persistent logcat section of bugreports. Change-Id: Id3f6a03c8dda3c1a51ac08b208c4a9fe0886a7af
-rw-r--r--r11_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/r11_defconfig b/r11_defconfig
index 002b607..42b4f10 100644
--- a/r11_defconfig
+++ b/r11_defconfig
@@ -10,6 +10,7 @@ CONFIG_PSI=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_IKHEADERS=m
+CONFIG_LOG_BUF_SHIFT=19
CONFIG_CGROUPS=y
CONFIG_MEMCG=y
CONFIG_CGROUP_SCHED=y