Skip to content

Fix COM server crash + add error logging (v1.0.0.2) - #8

Merged
CostaFot merged 1 commit into
masterfrom
updates_2
Apr 16, 2026
Merged

Fix COM server crash + add error logging (v1.0.0.2)#8
CostaFot merged 1 commit into
masterfrom
updates_2

Conversation

@CostaFot

Copy link
Copy Markdown
Owner

Summary

  • Disable PublishTrimmed in release builds — Shmuelie.WinRTServer is not trim-safe and was crashing the COM server immediately on startup
  • Add file-based error logging to %localappdata%\AdbExtension\logs\ — errors write full stack traces, info stays trace-only
  • Wrap COM server startup in try/catch with logging so failures are captured to the log file
  • Bump version to 1.0.0.2

Test plan

  • Install and run AdbExtension.exe -RegisterProcessAsComServer — process should stay alive
  • Reload Command Palette — extension should appear and load correctly
  • If anything fails, check %localappdata%\AdbExtension\logs\ for the error log

🤖 Generated with Claude Code

@CostaFot
CostaFot merged commit b8c3532 into master Apr 16, 2026
1 check passed
@CostaFot
CostaFot deleted the updates_2 branch April 16, 2026 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant