Commit Graph

1 Commits

Author SHA1 Message Date
LemonNexus 3c8cf641a6 feat: Add comprehensive debug logging for performance diagnosis
- New debug_logger.py with timing and stack trace capabilities
- Tray icon now logs all interactions with millisecond timing
- Main app startup is fully instrumented
- EU focus detection logs and warns if slow (>100ms)
- Menu interactions use QTimer.singleShot to avoid blocking
- Log file saved to Documents/Entropia Universe/Logs/

This will help identify the source of UI slowness (2s menu delay, 7s click delay)
2026-02-15 23:59:00 +00:00