[chang]将输出堆栈信息改成日志输出
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user