From e14c3e3808677a2a5940cc562ac2b23cbbcdbf0a Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Sat, 23 Sep 2023 21:00:29 +0800 Subject: [PATCH] style: use TAG instead hardcode --- .../yukihookapi/hook/core/finder/tools/ReflectionTool.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/tools/ReflectionTool.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/tools/ReflectionTool.kt index 86174864..38d5e72d 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/tools/ReflectionTool.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/tools/ReflectionTool.kt @@ -30,6 +30,7 @@ package com.highcapable.yukihookapi.hook.core.finder.tools import android.util.ArrayMap +import com.highcapable.yukihookapi.YukiHookAPI import com.highcapable.yukihookapi.hook.core.finder.base.data.BaseRulesData import com.highcapable.yukihookapi.hook.core.finder.classes.data.ClassRulesData import com.highcapable.yukihookapi.hook.core.finder.members.data.ConstructorRulesData @@ -61,7 +62,7 @@ import kotlin.math.abs internal object ReflectionTool { /** 当前工具类的标签 */ - private const val TAG = "YukiHookAPI#ReflectionTool" + private const val TAG = "${YukiHookAPI.TAG}#ReflectionTool" /** * 当前工具类的 [ClassLoader]