style: use TAG instead hardcode

This commit is contained in:
2023-09-23 21:00:47 +08:00
parent 8718c14e1b
commit 74fcd0c290

View File

@@ -72,7 +72,7 @@ import kotlin.math.abs
internal object ReflectionTool {
/** 当前工具类的标签 */
private const val TAG = "YukiReflection#ReflectionTool"
private const val TAG = "${YukiReflection.TAG}#ReflectionTool"
/**
* 当前工具类的 [ClassLoader]