Xcode 13.2.1: CVDisplayLink debug / warning messages

Since Xcode 13.2.1 I get flooded with CVDisplayLink debug / warning messages.

Like

CVDisplayLink::start
CVDisplayLink::stop

20 times a second or so.

I think they may come from an WebView which runs an embedded version of the Ace editor.

Does anybody know how to prevent the CVDisplayLink messages specifically ?

Bump +1

I was frustrated by this today and decided to dig into it. tldr: pass "-cv_note 0" to quiet just these messages and not all system logs. You can read more about my analysis here: https://indiestack.com/2022/03/quieting-cvdisplaylink-logging/

Xcode 13.2.1: CVDisplayLink debug / warning messages
 
 
Q