From b757410044984687d3c93d6d507602c8456f8a1a Mon Sep 17 00:00:00 2001 From: Magesh K <47920326+mahee96@users.noreply.github.com> Date: Sat, 14 Dec 2024 07:26:42 +0530 Subject: [PATCH] [TODO]: Added TODO for cleanup of Error Logging during AppOperation --- AltStore/Managing Apps/AppManager.swift | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AltStore/Managing Apps/AppManager.swift b/AltStore/Managing Apps/AppManager.swift index 4c9d0dfb..022328e6 100644 --- a/AltStore/Managing Apps/AppManager.swift +++ b/AltStore/Managing Apps/AppManager.swift @@ -1391,6 +1391,10 @@ private extension AppManager group.beginInstallationHandler?(installedApp) } + // TODO: @mahee96: retire excessive completion handlers in the callback for each operation + // These spam the Error log since they don't prematurely flush the operation pipeline when an error occurs + // Need to investigate why premature flush isn't hapenning. + var downloadingApp = app if let installedApp = app as? InstalledApp