You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config: Enable debug logging by default for development builds
Set default log levels to 0 (DEBUG) for comprehensive debugging:
* DEFAULT_FRONTEND_LOG_LEVEL = 0 (most verbose debug output)
* DEFAULT_LIBRETRO_LOG_LEVEL = 0 (most verbose core debug output)
* Logging to file and timestamps remain enabled by default
This ensures debug builds automatically capture detailed logs without
manual configuration, improving development workflow and debugging
capabilities for S Pen implementation and other features.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments