Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5046e9c8 authored by dev-12's avatar dev-12 Committed by dev-12
Browse files

refactor: push logs in debug channel instead of info

parent a328a7d0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -145,11 +145,11 @@ class AppManagerImpl @Inject constructor(
                }

                try {
                    Timber.i("installApp: STARTED ${appInstall.name} ${list.size}")
                    Timber.d("installApp: STARTED ${appInstall.name} ${list.size}")
                    appLoungePackageManager.installApplication(list, appInstall.packageName)
                    Timber.i("installApp: ENDED ${appInstall.name} ${list.size}")
                    Timber.d("installApp: ENDED ${appInstall.name} ${list.size}")
                } catch (e: Exception) {
                    Timber.i(">>> installApp app failed ")
                    Timber.e(">>> installApp app failed ${e.localizedMessage}")
                    reportInstallationIssue(appInstall)
                    throw e
                }