[chang]将输出堆栈信息改成日志输出

This commit is contained in:
xinfengkun
2022-05-18 15:26:18 +08:00
parent fe27f454ea
commit b15e4e25af

View File

@@ -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;
}