From 7e97389c6f170fe38739232227ff5f0e4967caff Mon Sep 17 00:00:00 2001 From: xinfengkun Date: Thu, 28 Nov 2024 15:22:33 +0800 Subject: [PATCH] =?UTF-8?q?[680][debug]=E4=BF=AE=E5=A4=8D=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E9=81=97=E6=BC=8F=E6=89=93=E5=8C=85=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/mogo/och/common/module/debug/DebugDataDispatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OCH/common/common/src/debug/java/com/mogo/och/common/module/debug/DebugDataDispatch.kt b/OCH/common/common/src/debug/java/com/mogo/och/common/module/debug/DebugDataDispatch.kt index cf0640401d..e33aff3eed 100644 --- a/OCH/common/common/src/debug/java/com/mogo/och/common/module/debug/DebugDataDispatch.kt +++ b/OCH/common/common/src/debug/java/com/mogo/och/common/module/debug/DebugDataDispatch.kt @@ -162,7 +162,7 @@ object DebugDataDispatch { newBuilder.src = "2" newBuilder.level = "" var autopilotStatistics = - AutopilotStatistics(1, SystemClock.elapsedRealtime(), null, null ,newBuilder.build()) + AutopilotStatistics(1, SystemClock.elapsedRealtime(), AutopilotStatistics.Source.LIB,null, null ,newBuilder.build()) CallerAutopilotStatisticsListenerManager.invokeAutopilotStatistics(autopilotStatistics) } stopSite -> {