Skip to content

product/rddanielxlr: disable internal log buffer

Created by: vijayenthiran-arm

Release mode builds enables log buffering functionality with a buffer size of 4KiB. This will result in log messages not written to the console immediately. To avoid this in release builds, disable buffering by setting the buffer size to 0.

Change-Id: Ie2319ae0c313a136de2fdb98c67f6a87584f2309 Signed-off-by: Vijayenthiran Subramaniam vijayenthiran.subramaniam@arm.com

Merge request reports