From b15e4e25afe4bf193b309bf513893c2818f27b3d Mon Sep 17 00:00:00 2001 From: xinfengkun Date: Wed, 18 May 2022 15:26:18 +0800 Subject: [PATCH] =?UTF-8?q?[chang]=E5=B0=86=E8=BE=93=E5=87=BA=E5=A0=86?= =?UTF-8?q?=E6=A0=88=E4=BF=A1=E6=81=AF=E6=94=B9=E6=88=90=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../zhidao/support/adas/high/common/IPCFixationIPHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/mogo-adas/src/main/java/com/zhidao/support/adas/high/common/IPCFixationIPHelper.java b/libraries/mogo-adas/src/main/java/com/zhidao/support/adas/high/common/IPCFixationIPHelper.java index 152c4a8e52..dd289c9562 100644 --- a/libraries/mogo-adas/src/main/java/com/zhidao/support/adas/high/common/IPCFixationIPHelper.java +++ b/libraries/mogo-adas/src/main/java/com/zhidao/support/adas/high/common/IPCFixationIPHelper.java @@ -151,7 +151,7 @@ public class IPCFixationIPHelper { CupidLogUtils.i(TAG, builder.toString()); return status == 0; } catch (IOException | InterruptedException e) { - e.printStackTrace(); + CupidLogUtils.e(TAG, "中断PING命令", e); } return false; }