From 466e83dadd443e4eb89ae8a684a03ea6acc427a7 Mon Sep 17 00:00:00 2001 From: renhaoting <370797079@qq.com> Date: Wed, 14 Jan 2026 11:35:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E5=9B=9E=E8=B0=83?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/gamedog/statisticreporter/adjust/AdjustManager.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/StatisticReporter/src/main/java/com/gamedog/statisticreporter/adjust/AdjustManager.kt b/StatisticReporter/src/main/java/com/gamedog/statisticreporter/adjust/AdjustManager.kt index e711aef..81f430f 100644 --- a/StatisticReporter/src/main/java/com/gamedog/statisticreporter/adjust/AdjustManager.kt +++ b/StatisticReporter/src/main/java/com/gamedog/statisticreporter/adjust/AdjustManager.kt @@ -88,7 +88,8 @@ class AdjustManager private constructor() { enableCoppaCompliance() enableCostDataInAttribution() - onAttributionChangedListener = OnAttributionChangedListener { + onAttributionChangedListener = OnAttributionChangedListener { attribution-> + val test = 111 } } StatisticUtil.reportEvents(StatisticUtil.KEY_adjust_init)