tracelog icon indicating copy to clipboard operation
tracelog copied to clipboard

Enhance `FileWriter` on iOS to only write when protected data is available.

Open tonystone opened this issue 5 years ago • 1 comments

Describe the solution you'd like Add checks specifically for iOS that monitor the protected state of the log file currently being written to and only write when it is available. this would use the new FailureReason to return .unavailable when the protected data is not available.

Describe alternatives you've considered None.

tonystone avatar Jun 02 '19 16:06 tonystone

Completed .fixed strategy with PR #101 .

tonystone avatar Oct 03 '19 18:10 tonystone