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

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

Add more logs for split installation

So that we can know whose package is trying to install a specific
split module.
parent 0b342e18
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
            }