On Thu Apr 30 20:32:48 2026 +0000, Alexandre Julliard wrote:
It seems odd to want to avoid ntdll functions but still use debug channels. I'd suggest to define Android-specific logging flags instead. 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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10710#note_138508