XR-Apple how to disable NSLog/print

Hi there,

On Apple I keep getting

fps: 59.6, s2st: 27.5, qt: 12.1, late: 0.0 ms

How can I disable this output?
I try to set
Setting desc.debugFlags = 0;
But it did not help.

Any ideas?

Thanks,

Richard

Right now, probably not – or at least not without completely disabling ALL logging with debugFlags |= cxrDebugFlags_LogQuiet (so there is zero logging, no file).

We’ll see if we can instead move repetitive logging to ‘verbose’ level, so then the default state won’t show those lines but will still show other useful information.

That would be great. Thank you

Hopefully that specific noisy output will be fixed in the next release.