logger: configure larger logger buffers 23/269523/2
authorŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 17 Jan 2022 22:59:37 +0000 (23:59 +0100)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Fri, 21 Jan 2022 12:36:13 +0000 (13:36 +0100)
Change-Id: I3ca2bc3a18cb7f8e67e4cb97ad4457847acd1288
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
packaging/linux-tizen-modules.spec

index 73c07919808daa132a97d2e133c38c9c4136e629..1ac7aa3b24a9cdcf4747a8abe79e326e31fdaea2 100644 (file)
@@ -81,6 +81,12 @@ cp -a /usr/src/linux-tizen-modules-source ./kernel
 %{?ubsan:/usr/bin/gcc-unforce-options}
 
 export BUILD_logger=m
+# Default buffer sizes to compile in. [kB]
+export LOGGER_MAIN_BUFFER_SIZE=256
+export LOGGER_EVENTS_BUFFER_SIZE=256
+export LOGGER_RADIO_BUFFER_SIZE=256
+export LOGGER_SYSTEM_BUFFER_SIZE=256
+
 export BUILD_proc_tsm=m
 export BUILD_kdbus=m