|
|
|
@ -360,8 +360,7 @@ public class AppMaster {
|
|
|
|
|
stats.add(new Pair<String, String>("failedTimes", Integer.toString(items[6])));
|
|
|
|
|
stats.add(new Pair<String, String>("uploads", Integer.toString(items[7])));
|
|
|
|
|
|
|
|
|
|
stats.add(new Pair<String, String>("uploads", Integer.toString(items[7])));
|
|
|
|
|
|
|
|
|
|
// stats.add(new Pair<String, String>("uploads", Integer.toString(items[7])));
|
|
|
|
|
|
|
|
|
|
if (items[8] > 0) {
|
|
|
|
|
stats.add(new Pair<String, String>("rebootTimes", Integer.toString(items[8])));
|
|
|
|
|