summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadLogging/LogFileOutputStream.swift
AgeCommit message (Collapse)AuthorFilesLines
2024-10-08Fix failing log rotation testJon Petersson1-0/+7
2024-05-06Ensure log file sizes stay below a certain thresholdJon Petersson1-12/+62
2024-04-17Move log file header writing to LogFileOutputStreamAndrew Bulhak1-8/+17
2023-08-28Introduce Duration type that mimicks native iOS16 DurationJon Petersson1-2/+3
2023-02-03Buffer messages and attempt to reopen log file descriptor on failureAndrej Mihajlov1-0/+168
This should cover the case where log file cannot be open on boot when file system is still locked (until the first device unlock)