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