Refactor error handling in WorkerService and SDKAgent

- Removed unnecessary logging for aborted sessions in WorkerService.
- Simplified the finally block in WorkerService by removing crash recovery logging.
- Cleaned up the try-catch structure in SDKAgent's startSession method, removing redundant error handling.
This commit is contained in:
Alex Newman
2026-01-01 20:46:39 -05:00
parent 564249f533
commit c2fbb39fd0
3 changed files with 8 additions and 30 deletions
File diff suppressed because one or more lines are too long