[Update]去掉多屏功能相关的多余的日志

This commit is contained in:
chenfufeng
2022-04-06 20:47:10 +08:00
parent 3a656f82b9
commit 5bc63507ce
3 changed files with 12 additions and 13 deletions

View File

@@ -81,7 +81,6 @@ class MoGoAutopilotProvider :
NSDNettyManager.getInstance().startNSDNettyServerWithSN(context, object :
NettyServerListener<MogoProtocolMsg> {
override fun onMessageResponseServer(msg: MogoProtocolMsg?, channel: Channel?) {
CallerLogger.d("$M_ADAS_IMPL$TAG", "Receive client data is:${msg?.toString()}")
msg?.let {
when (it.protocolType) {
REQ_CAR_NUMBER -> {