尝试次数

This commit is contained in:
wangwenrui
2018-11-19 13:41:47 +08:00
parent aaab21e98c
commit be4890a108
2 changed files with 5 additions and 2 deletions

View File

@@ -152,7 +152,10 @@ public class NewPluginResultMerge {
String checkDelayTime = lines.get(0)[0];// 检测时延(秒)
String checkTimes = lines.get(0)[7]; // 尝试次数
String checkTimes = lines.get(0)[1]; // 尝试次数
if(lines.get(0).length>3){
checkTimes = lines.get(0)[7]; // 尝试次数
}
String detectInfo = lines.get(0)[2]; // 状态信息(描述信息)
StringBuffer functionSb = new StringBuffer(); // 性能数据

View File

@@ -141,7 +141,7 @@ public class PluginResultMerge {
String checkDelayTime = lines.get(0)[0];// 检测时延(秒)
String checkTimes = lines.get(0)[7]; // 尝试次数
String checkTimes = lines.get(0)[1]; // 尝试次数
String detectInfo = lines.get(0)[2]; // 状态信息(描述信息)
StringBuffer functionSb = new StringBuffer(); // 性能数据