|
|
@ -259,6 +259,10 @@ public class AppMaster {
|
|
|
|
ex.printStackTrace();
|
|
|
|
ex.printStackTrace();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// if (BuildConfig.DEBUG) {
|
|
|
|
|
|
|
|
postParams.add(new Pair<String, String>("slot", Integer.toString(mService.getActiveSlotIndex())));
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
String battery = getBatteryVoltage() + "V/" + getChargingBatteryVoltage() + "V";
|
|
|
|
String battery = getBatteryVoltage() + "V/" + getChargingBatteryVoltage() + "V";
|
|
|
|
postParams.add(new Pair<String, String>("battery", battery));
|
|
|
|
postParams.add(new Pair<String, String>("battery", battery));
|
|
|
@ -370,6 +374,7 @@ public class AppMaster {
|
|
|
|
if (items[11] > 0) {
|
|
|
|
if (items[11] > 0) {
|
|
|
|
stats.add(new Pair<String, String>("i1RebootTimesWk", Integer.toString(items[11])));
|
|
|
|
stats.add(new Pair<String, String>("i1RebootTimesWk", Integer.toString(items[11])));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
} catch (Exception ex) {
|
|
|
|
} catch (Exception ex) {
|
|
|
|
ex.printStackTrace();
|
|
|
|
ex.printStackTrace();
|
|
|
|
}
|
|
|
|
}
|
|
|
|