From 70fe718792269c74dd82c42612572e5bd5aff9c4 Mon Sep 17 00:00:00 2001 From: huyufei Date: Mon, 12 Aug 2024 20:41:43 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E8=87=AA=E6=89=93?= =?UTF-8?q?=E7=82=B9=20Driver=20=E5=88=A4=E5=AE=9A=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huyufei --- Runtime/GuruCore/Runtime/Analytics/Analytics.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/GuruCore/Runtime/Analytics/Analytics.cs b/Runtime/GuruCore/Runtime/Analytics/Analytics.cs index 4d84d1c..efd7440 100644 --- a/Runtime/GuruCore/Runtime/Analytics/Analytics.cs +++ b/Runtime/GuruCore/Runtime/Analytics/Analytics.cs @@ -123,7 +123,7 @@ namespace Guru public static void ShouldFlushGuruEvents() { - if (!string.IsNullOrEmpty(IPMConfig.IPM_UID) && !_guruEventDriver.IsReady) + if (!_guruEventDriver.IsReady && !string.IsNullOrEmpty(IPMConfig.IPM_UID)) { Debug.Log($"[ANU][GA] --- ShouldFlushGuruEvents -> _guruEventDriver.TriggerFlush"); _guruEventDriver.TriggerFlush();