Closed hartbit closed 7 years ago
Funny you should mention that. I just hit that problem myself. I will issue a patch update that flushes after each log, even in asynchronous mode.
Hello, I've issued a 5.0.3 release to address this issue. Please let me know if this works for you. Thanks!
Thanks for the Swift response (pun intended)!
On 14 Mar 2017, at 17:43, emaloney notifications@github.com wrote:
Hello, I've issued a 5.0.3 release to address this issue. Please let me know if this works for you. Thanks!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Because
LogFileRecorder
in non-synchronous mode never flushes, there always seems to be missing some data at the end of the log file. If the app crashes, I'm missing the critical information to debug the problem. Is there a solution?