Adds Error Log screen

Allows users to view a history of all errors that occured when performing app operations.
This commit is contained in:
Riley Testut
2022-09-09 17:44:15 -05:00
committed by Joseph Mattello
parent 09d4de660f
commit d2b419c42e
8 changed files with 591 additions and 8 deletions

View File

@@ -52,6 +52,7 @@ extension SettingsViewController
{
case sendFeedback
case refreshAttempts
case errorLog
}
}
@@ -502,7 +503,7 @@ extension SettingsViewController
toastView.show(in: self)
}
case .refreshAttempts: break
case .refreshAttempts, .errorLog: break
}
default: break