diff --git a/iOS/AppDelegate.swift b/iOS/AppDelegate.swift index d431fb41f..d586b218e 100644 --- a/iOS/AppDelegate.swift +++ b/iOS/AppDelegate.swift @@ -172,6 +172,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UISplitViewControllerDele self.backgroundUpdateTask = UIApplication.shared.beginBackgroundTask { completeProcessing() + os_log("Accounts refresh processing terminated for running too long.", log: self.log, type: .info) } while(!AccountManager.shared.unreadCountsInitialized) {