On Fri May 1 08:13:02 2026 +0000, Twaik Yont wrote:
I’m not trying to rely on ntdll debug channels as such, but rather to avoid emitting logs unconditionally. Even though logcat logging is cheaper than writing to a pty or a file, it’s still not free, and more importantly it quickly becomes very noisy. If everything is logged unconditionally, it becomes harder to follow specific events during debugging. So the goal here is mainly to keep the same filtering semantics and avoid printing logs unless they are explicitly enabled, rather than to reuse Wine debug channels directly. Yes, that's what I meant. Instead of using Wine debug channels where all you really need is a couple of flags, just use a couple of flags.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10710#note_138509