This commit is contained in:
zhongchao
2022-04-13 22:20:34 +08:00
parent 299991aade
commit bbadffe84f

View File

@@ -110,9 +110,7 @@ class Scene {
if (moduleName.isNullOrEmpty()) { if (moduleName.isNullOrEmpty()) {
val otherLogCache = sceneCache[M_OTHER] val otherLogCache = sceneCache[M_OTHER]
otherLogCache!!.tagMap!![tag] = true return otherLogCache!!.logger
otherLogCache.logger = true
return otherLogCache.logger
} }
//此处存在用户自定义方式,可根据过滤找到对应不符合标准的模块 //此处存在用户自定义方式,可根据过滤找到对应不符合标准的模块