[6.4.0] remove log and add trace

This commit is contained in:
EmArrow
2024-05-08 15:14:58 +08:00
parent 3ed5fbf31c
commit 98c0d5001d
3 changed files with 9 additions and 10 deletions

View File

@@ -1,6 +1,5 @@
package com.mogo.eagle.core.function.call.autopilot
import android.util.Log
import com.mogo.eagle.core.function.api.autopilot.IMoGoAutopilotCarConfigListener
import com.mogo.eagle.core.function.call.base.CallerBase
import mogo.telematics.pad.MessagePad
@@ -41,7 +40,6 @@ object CallerAutopilotCarConfigListenerManager : CallerBase<IMoGoAutopilotCarCon
@Synchronized
fun invokeAutopilotCertFileResult(msg: String) {
Log.i("emArrow","invokeAutopilotCertFileResult : $msg")
certFileMsg = msg
M_LISTENERS.forEach {
val listener = it.value