Loading app/src/main/java/foundation/e/apps/domain/ValidateAppAgeLimitUseCase.kt +1 −1 Original line number Diff line number Diff line Loading @@ -164,7 +164,7 @@ class ValidateAppAgeLimitUseCase @Inject constructor( val fetchedContentRating = try { gPlayContentRatingRepository.getEnglishContentRating(app.packageName) } catch(exception: InternalException.AppNotFound){ Timber.d("Error fetching age ratings for the package : ${app.packageName}" ) Timber.w(exception, "Error fetching age ratings for the package : ${app.packageName}" ) return false } Timber.d("Fetched content rating - ${app.packageName} - ${fetchedContentRating?.id}") Loading Loading
app/src/main/java/foundation/e/apps/domain/ValidateAppAgeLimitUseCase.kt +1 −1 Original line number Diff line number Diff line Loading @@ -164,7 +164,7 @@ class ValidateAppAgeLimitUseCase @Inject constructor( val fetchedContentRating = try { gPlayContentRatingRepository.getEnglishContentRating(app.packageName) } catch(exception: InternalException.AppNotFound){ Timber.d("Error fetching age ratings for the package : ${app.packageName}" ) Timber.w(exception, "Error fetching age ratings for the package : ${app.packageName}" ) return false } Timber.d("Fetched content rating - ${app.packageName} - ${fetchedContentRating?.id}") Loading