rioil / VRChatLifelog

VRChatのログからJoin/Leave履歴を記録するツール
MIT License
2 stars 0 forks source link

破損した履歴の自動修復処理が実行されていない #18

Open rioil opened 6 months ago

rioil commented 6 months ago

破損した履歴の自動修復処理が実行されていません.

rioil commented 6 months ago
  1. VRChatが落ちる
    • ログファイルのLastWriteTimeを設定
  2. VRChatLifelogが落ちる
    • a. VRChatLifelog復帰前にVRChatが終了
      • ログファイルのLastWriteTimeを設定
    • b. VRChatは起動継続
      • 普通に読み続ければよい
rioil commented 6 months ago

なぜか使われていない自動修復処理のメソッド https://github.com/rioil/VRChatLifelog/blob/4bacbfe4e463cffde2c2a23f7a5b976aa9f2ea39/VRChatLogWathcer/Models/VRChatLogWatcher.cs#L268