April 28, 2026
9:44 p.m.
On Tue Apr 28 16:37:09 2026 +0000, Alexandre Julliard wrote:
Why is this needed? It is needed to trigger reading WINEDEBUG before triggering any logging. `LOG` macro has this part: `if (!(__wine_dbch_android.flags & (1 << __WINE_DBCL_INIT)) || __WINE_GET_DEBUGGING(_ ## level, &__wine_dbch_android))`, so this way we make sure it is being initialized at the earliest possible point of our code.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10710#note_138118