Skip to content

Fixed Log File Deletion

Martin Straka requested to merge fix-log-file-deletion into develop

On Android devices the QFileInfo::birthTime() method returned invalid QDateTime instance which caused troubles in log file rotation.

The log complete inception time is part of the file name now. No time information is obtained from filesystem metadata.

Edited by Karel Slaný

Merge request reports