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

Commit 0d968185 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Merge branch '0000-s-minor-patch' into 'main'

Add more logs for split installation

See merge request !349
parents 0b342e18 e8237163
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ class SplitInstallBinder(
            val url = fetchModuleUrl(packageName, moduleName, versionCode)

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