Răsfoiți Sursa

add more details

B. Petersen 3 ani în urmă
părinte
comite
24b3a39c2d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      deltachat-ios/AppDelegate.swift

+ 1 - 1
deltachat-ios/AppDelegate.swift

@@ -433,7 +433,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
         // if at some point we do per-message-push-notifications, we need to tweak this gate.
         let nowTimestamp = Double(Date().timeIntervalSince1970)
         if nowTimestamp < bgIoTimestamp + 60 {
-            self.pushToDebugArray("e2")
+            self.pushToDebugArray("e2:"+String(format: "%.3fs:%.3fs", nowTimestamp, bgIoTimestamp + 60))
             logger.info("➡️ fetch was just executed, skipping")
             completionHandler(.newData)
             return