change the scene has no cahce

This commit is contained in:
zhongchao
2022-04-13 22:19:19 +08:00
parent 8c7cc19d74
commit 299991aade

View File

@@ -111,7 +111,7 @@ class Scene {
if (moduleName.isNullOrEmpty()) {
val otherLogCache = sceneCache[M_OTHER]
otherLogCache!!.tagMap!![tag] = true
otherLogCache.logger = false
otherLogCache.logger = true
return otherLogCache.logger
}