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
perf: Optimize log type mapping performance in ConsoleLogsService
Move log type mapping logic outside the loop to avoid repeated processing.
Added static Dictionary for MCP-to-Unity log type mappings with case-insensitive
comparison. This improves performance and provides better extensibility for
future log type mappings.
Addresses CodeRabbit review feedback for performance optimization.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments