Add debug statement for OS killing the process when it runs too long.
This commit is contained in:
parent
9400ea361e
commit
a5c065fcb9
@ -172,6 +172,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UISplitViewControllerDele
|
|||||||
|
|
||||||
self.backgroundUpdateTask = UIApplication.shared.beginBackgroundTask {
|
self.backgroundUpdateTask = UIApplication.shared.beginBackgroundTask {
|
||||||
completeProcessing()
|
completeProcessing()
|
||||||
|
os_log("Accounts refresh processing terminated for running too long.", log: self.log, type: .info)
|
||||||
}
|
}
|
||||||
|
|
||||||
while(!AccountManager.shared.unreadCountsInitialized) {
|
while(!AccountManager.shared.unreadCountsInitialized) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user