The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

st/oxr: Increase log buffer size to 4096

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2431>

authored by

Christoph Haag and committed by
Marge Bot
a5b1ef94 568afbee

+1 -1
+1 -1
src/xrt/state_trackers/oxr/oxr_logger.c
··· 27 27 #endif 28 28 29 29 30 - #define LOG_BUFFER_SIZE (1024) 30 + #define LOG_BUFFER_SIZE (4096) 31 31 32 32 #ifdef XRT_OS_WINDOWS 33 33 #define DEFAULT_NO_STDERR (true)