Loading app/src/main/java/foundation/e/apps/data/install/AppManagerImpl.kt +3 −3 Original line number Diff line number Diff line Loading @@ -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 } Loading Loading
app/src/main/java/foundation/e/apps/data/install/AppManagerImpl.kt +3 −3 Original line number Diff line number Diff line Loading @@ -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 } Loading