diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2021-08-25 14:25:01 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2021-08-30 13:30:28 +0200 |
| commit | 2dd8c58ae4d9afb22c2a99c9c27ee453cd492d63 (patch) | |
| tree | 9fcd2bfcbcdfbe52c84623e9748a1d2ba585d381 /ios/MullvadVPN/ProblemReportViewController.swift | |
| parent | 7eaebdb1ce52d602363735d3e9f7f19616bd7f46 (diff) | |
| download | mullvadvpn-2dd8c58ae4d9afb22c2a99c9c27ee453cd492d63.tar.xz mullvadvpn-2dd8c58ae4d9afb22c2a99c9c27ee453cd492d63.zip | |
Add backup log files to problem report
Diffstat (limited to 'ios/MullvadVPN/ProblemReportViewController.swift')
| -rw-r--r-- | ios/MullvadVPN/ProblemReportViewController.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/ProblemReportViewController.swift b/ios/MullvadVPN/ProblemReportViewController.swift index 1535d1ec26..cd6ec4a490 100644 --- a/ios/MullvadVPN/ProblemReportViewController.swift +++ b/ios/MullvadVPN/ProblemReportViewController.swift @@ -25,7 +25,7 @@ class ProblemReportViewController: UIViewController, UITextFieldDelegate, Condit redactContainerPathsForSecurityGroupIdentifiers: [securityGroupIdentifier] ) - report.addLogFiles(fileURLs: ApplicationConfiguration.logFileURLs) + report.addLogFiles(fileURLs: ApplicationConfiguration.logFileURLs, includeLogBackup: true) return report }() |
