Fixes logging of the memory cache usage

This commit is contained in:
Vitor Pamplona
2025-05-16 12:48:01 -04:00
parent 1a681e1b53
commit b5a1b84fa8
@@ -66,7 +66,7 @@ fun debugState(context: Context) {
)
Log.d(
"STATE DUMP",
"Image Memory Cache ${(Amethyst.instance.memoryCache.size) / (1024 * 1024)}/${(Amethyst.instance.memoryCache.size) / (1024 * 1024)} MB",
"Image Memory Cache ${(Amethyst.instance.memoryCache.size) / (1024 * 1024)}/${(Amethyst.instance.memoryCache.maxSize) / (1024 * 1024)} MB",
)
Log.d(