April 27, 2026
6:35 p.m.
On Mon Apr 27 18:24:17 2026 +0000, Alexandre Julliard wrote:
No that's even worse. On the Java side I'd suggest to use `__android_log_print directly`, or if you really need some wrappers, make it clear that these are not the standard debug macros. The main I agree that overriding TRACE/WARN is not ideal. I can switch this to explicit Android-side helpers (e.g. ATRACE/AWARN/AERR or a LOG(level, ...) macro), so it's clear these are not the standard Wine debug macros, while still preserving debug channel filtering via checking __WINE_GET_DEBUGGING to avoid spamming logs unconditionally.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10710#note_137787