debugLogDiagnostics property
When true, prints a structured diagnostic log to the console on every
quality change — debug builds only (no-op in release/profile).
Zero setup required. Add this to quickly capture data for bug reports:
GlassAdaptiveScopeConfig(debugLogDiagnostics: true)
Defaults to false.
Implementation
final bool debugLogDiagnostics;