저장소 초기화 실패 원인을 로그로 남기기 - #214
Merged
Merged
Conversation
constructReadyGraph의 catch가 원인과 무관하게 항상 같은 안내 메시지만 띄우고 로그를 전혀 남기지 않아, 재현 시 Console.app으로도 원인 파악이 불가능했음. 실제 에러를 OSLog로 남기도록 추가 (사용자에게 보이는 메시지는 그대로 유지).
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
배경
#206에 섞여 있던 커밋 중 TTS 재조정 문제와 무관한 것을 분리한 PR입니다.
작업내용
저장소(SwiftData) 초기화 실패 시 원인을 로그로 남기도록 진단 로그를 추가했습니다.