Loading app/src/main/java/foundation/e/apps/data/blockedApps/BlockedAppRepository.kt +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ class BlockedAppRepository @Inject constructor( Timber.d("Blocked list file contents: $blockedAppInfoJson") json.decodeFromString<AppWarningInfo>(blockedAppInfoJson) } catch (exception: Exception) { Timber.e(exception.localizedMessage ?: "", exception) Timber.e(exception, exception.localizedMessage ?: "") AppWarningInfo(listOf(), listOf(), listOf()) } } Loading app/src/main/java/foundation/e/apps/data/playstore/PlayStoreRepository.kt +2 −2 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ class PlayStoreRepository @Inject constructor( } catch (e: CancellationException) { throw e } catch (e: GplayHttpRequestException) { Timber.w("Couldn't fetch search results.", e) Timber.w(e, "Couldn't fetch search results.") emptyList() } Loading @@ -119,7 +119,7 @@ class PlayStoreRepository @Inject constructor( } catch (e: CancellationException) { throw e } catch (e: GplayHttpRequestException) { Timber.w("Couldn't fetch search suggestions.", e) Timber.w(e, "Couldn't fetch search suggestions.") emptyList() } } Loading app/src/main/java/foundation/e/apps/install/pkg/AppLoungePackageManager.kt +1 −4 Original line number Diff line number Diff line Loading @@ -196,10 +196,7 @@ class AppLoungePackageManager @Inject constructor( ) session.commit(servicePendingIntent.intentSender) } catch (e: Exception) { Timber.e( "Initiating Install Failed for $packageName exception: ${e.localizedMessage}", e ) Timber.e(e, "Initiating Install Failed for $packageName exception: ${e.localizedMessage}") val pendingIntent = PendingIntent.getBroadcast( context, sessionId, Loading app/src/main/java/foundation/e/apps/install/workmanager/AppInstallProcessor.kt +4 −4 Original line number Diff line number Diff line Loading @@ -243,7 +243,7 @@ class AppInstallProcessor @Inject constructor( message: String, e: Exception ) { Timber.e("Updating download Urls failed for $message", e) Timber.e(e, "Updating download Urls failed for $message") EventBus.invokeEvent( AppEvent.UpdateEvent( ResultSupreme.WorkError( Loading Loading @@ -308,8 +308,8 @@ class AppInstallProcessor @Inject constructor( } } catch (e: Exception) { Timber.e( "Install worker is failed for ${appInstall?.packageName} exception: ${e.localizedMessage}", e e, "Install worker is failed for ${appInstall?.packageName} exception: ${e.localizedMessage}" ) appInstall?.let { appInstallComponents.appManagerWrapper.cancelDownload(appInstall) Loading Loading @@ -427,7 +427,7 @@ class AppInstallProcessor @Inject constructor( } catch (e: Exception) { val message = "Handling install status is failed for ${download.packageName} exception: ${e.localizedMessage}" Timber.e(message, e) Timber.e(e, message) appInstallComponents.appManagerWrapper.installationIssue(download) finishInstallation(download) } Loading app/src/main/java/foundation/e/apps/provider/AgeRatingProvider.kt +1 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,7 @@ class AgeRatingProvider : ContentProvider() { ensureAgeGroupDataExists() compileAppBlockList(cursor, pagedPackageNames) } catch (e: Exception) { Timber.e("AgeRatingProvider", "Error fetching age ratings", e) Timber.e(e, "Error fetching age ratings") } } Loading Loading
app/src/main/java/foundation/e/apps/data/blockedApps/BlockedAppRepository.kt +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ class BlockedAppRepository @Inject constructor( Timber.d("Blocked list file contents: $blockedAppInfoJson") json.decodeFromString<AppWarningInfo>(blockedAppInfoJson) } catch (exception: Exception) { Timber.e(exception.localizedMessage ?: "", exception) Timber.e(exception, exception.localizedMessage ?: "") AppWarningInfo(listOf(), listOf(), listOf()) } } Loading
app/src/main/java/foundation/e/apps/data/playstore/PlayStoreRepository.kt +2 −2 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ class PlayStoreRepository @Inject constructor( } catch (e: CancellationException) { throw e } catch (e: GplayHttpRequestException) { Timber.w("Couldn't fetch search results.", e) Timber.w(e, "Couldn't fetch search results.") emptyList() } Loading @@ -119,7 +119,7 @@ class PlayStoreRepository @Inject constructor( } catch (e: CancellationException) { throw e } catch (e: GplayHttpRequestException) { Timber.w("Couldn't fetch search suggestions.", e) Timber.w(e, "Couldn't fetch search suggestions.") emptyList() } } Loading
app/src/main/java/foundation/e/apps/install/pkg/AppLoungePackageManager.kt +1 −4 Original line number Diff line number Diff line Loading @@ -196,10 +196,7 @@ class AppLoungePackageManager @Inject constructor( ) session.commit(servicePendingIntent.intentSender) } catch (e: Exception) { Timber.e( "Initiating Install Failed for $packageName exception: ${e.localizedMessage}", e ) Timber.e(e, "Initiating Install Failed for $packageName exception: ${e.localizedMessage}") val pendingIntent = PendingIntent.getBroadcast( context, sessionId, Loading
app/src/main/java/foundation/e/apps/install/workmanager/AppInstallProcessor.kt +4 −4 Original line number Diff line number Diff line Loading @@ -243,7 +243,7 @@ class AppInstallProcessor @Inject constructor( message: String, e: Exception ) { Timber.e("Updating download Urls failed for $message", e) Timber.e(e, "Updating download Urls failed for $message") EventBus.invokeEvent( AppEvent.UpdateEvent( ResultSupreme.WorkError( Loading Loading @@ -308,8 +308,8 @@ class AppInstallProcessor @Inject constructor( } } catch (e: Exception) { Timber.e( "Install worker is failed for ${appInstall?.packageName} exception: ${e.localizedMessage}", e e, "Install worker is failed for ${appInstall?.packageName} exception: ${e.localizedMessage}" ) appInstall?.let { appInstallComponents.appManagerWrapper.cancelDownload(appInstall) Loading Loading @@ -427,7 +427,7 @@ class AppInstallProcessor @Inject constructor( } catch (e: Exception) { val message = "Handling install status is failed for ${download.packageName} exception: ${e.localizedMessage}" Timber.e(message, e) Timber.e(e, message) appInstallComponents.appManagerWrapper.installationIssue(download) finishInstallation(download) } Loading
app/src/main/java/foundation/e/apps/provider/AgeRatingProvider.kt +1 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,7 @@ class AgeRatingProvider : ContentProvider() { ensureAgeGroupDataExists() compileAppBlockList(cursor, pagedPackageNames) } catch (e: Exception) { Timber.e("AgeRatingProvider", "Error fetching age ratings", e) Timber.e(e, "Error fetching age ratings") } } Loading