macOS QMediaDevices logs errors
-
env:
macOS 12.5, M1 or Intel
macOS 10.14
Qt Creator 8.0.0
Qt 6.3.0repro:
just callinggetAvailableAudioDevicesorgetDefaultAudioDevicecauses this error to be logged:HALC_ShellObject::HasProperty: initial inner method call failed, Error: 560947818 (!obj)I'm concerned that this is a real error leaving something in a bad state, evidence being that, in my app at least, logging immediately halts after this, and breakpoints fail to break, see this bug.
-
does logging into the debugging console window also halt after you get this error?