The open source OpenXR runtime
0
fork

Configure Feed

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

d/wmr: print json config on debug log level

authored by

Christoph Haag and committed by
Jakob Bornecrantz
2ad634bd 6e339014

+2
+2
src/xrt/drivers/wmr/wmr_hmd.c
··· 712 712 config_json_block[i] ^= wmr_config_key[i % sizeof(wmr_config_key)]; 713 713 } 714 714 715 + WMR_DEBUG(wh, "JSON config:\n%s", config_json_block); 716 + 715 717 if (!wmr_hmd_config_parse(&wh->config, (char *)config_json_block, wh->log_level)) { 716 718 free(data); 717 719 return -1;