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

Commit d5c4efc7 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Lower split install error log level

So that it does not flood Sentry
parent 4149628f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -184,7 +184,7 @@ class SplitInstallBinder(
            val url = fetchModuleUrl(packageName, moduleName, versionCode)

            if (url == null) {
                Timber.e("Could not find split module named $moduleName for $packageName package")
                Timber.w("Could not find split module named $moduleName for $packageName package")
                return@withContext
            }