April 27, 2026
8:59 p.m.
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.
Got it, simplified. Dropped the TRACE/WARN/FIXME/ERR overrides and switched this to a local LOG() helper using __android_log_print. No more reuse or renaming of the standard debug macros; the Android-side logging is now explicit and separate. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10710#note_137855