..
This commit is contained in:
@@ -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
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//此处存在用户自定义方式,可根据过滤找到对应不符合标准的模块
|
//此处存在用户自定义方式,可根据过滤找到对应不符合标准的模块
|
||||||
|
|||||||
Reference in New Issue
Block a user