[TODO]: Added TODO for cleanup of Error Logging during AppOperation

This commit is contained in:
Magesh K
2024-12-14 07:26:42 +05:30
parent 5058658b66
commit b757410044

View File

@@ -1391,6 +1391,10 @@ private extension AppManager
group.beginInstallationHandler?(installedApp) 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 var downloadingApp = app
if let installedApp = app as? InstalledApp if let installedApp = app as? InstalledApp