Loading app/src/main/java/foundation/e/apps/AppLoungeApplication.kt +2 −2 Original line number Diff line number Diff line Loading @@ -91,13 +91,13 @@ class AppLoungeApplication : Application(), Configuration.Provider { Telemetry.init(BuildConfig.SENTRY_DSN, this) plant(object : Timber.Tree() { override fun log(priority: Int, tag: String?, message: String, t: Throwable?) { if (priority <= Log.WARN && !listOf( /*if (priority <= Log.WARN && !listOf( TAG_AUTHDATA_DUMP, TAG_APP_INSTALL_STATE ).contains(tag) ) { return } }*/ Log.println(priority, tag, message) } }) Loading app/src/main/java/foundation/e/apps/data/gitlab/SystemAppsUpdatesRepository.kt +2 −0 Original line number Diff line number Diff line Loading @@ -168,6 +168,8 @@ class SystemAppsUpdatesRepository @Inject constructor( Timber.e("Can't find $packageName in System apps") return null } Timber.d("") val detailsUrl = getReleaseDetailsUrl(systemAppProject, releaseType) ?: run { Timber.e("Can't get url for release's detail for $packageName of $releaseType") return null Loading Loading
app/src/main/java/foundation/e/apps/AppLoungeApplication.kt +2 −2 Original line number Diff line number Diff line Loading @@ -91,13 +91,13 @@ class AppLoungeApplication : Application(), Configuration.Provider { Telemetry.init(BuildConfig.SENTRY_DSN, this) plant(object : Timber.Tree() { override fun log(priority: Int, tag: String?, message: String, t: Throwable?) { if (priority <= Log.WARN && !listOf( /*if (priority <= Log.WARN && !listOf( TAG_AUTHDATA_DUMP, TAG_APP_INSTALL_STATE ).contains(tag) ) { return } }*/ Log.println(priority, tag, message) } }) Loading
app/src/main/java/foundation/e/apps/data/gitlab/SystemAppsUpdatesRepository.kt +2 −0 Original line number Diff line number Diff line Loading @@ -168,6 +168,8 @@ class SystemAppsUpdatesRepository @Inject constructor( Timber.e("Can't find $packageName in System apps") return null } Timber.d("") val detailsUrl = getReleaseDetailsUrl(systemAppProject, releaseType) ?: run { Timber.e("Can't get url for release's detail for $packageName of $releaseType") return null Loading