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

Commit 74b1ac7b authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

chore: allow all logcat

parent ce435023
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)
                }
            })
+2 −0
Original line number Diff line number Diff line
@@ -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