You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AppLogger.logMessage("Testing Collective Knowledge server ...\n");
93
+
AppLogger.logMessage("Testing the Collective Knowledge server ...\n");
94
94
if (AppConfigService.getRemoteServerURL() == null) {
95
-
AppLogger.logMessage("\nError Collective Knowledge server is not reachible ...\n\n");
95
+
AppLogger.logMessage("\nFailed: the CK server is unreachable ...\n\n");
96
96
returnnull;
97
97
}
98
98
requestObject = newJSONObject();
@@ -300,9 +300,9 @@ public static JSONObject loadPlatformFeaturesFromServer() {
300
300
301
301
// If CPU is still empty, send report to CK to fix ...
302
302
if (pf_cpu.equals("")) {
303
-
AppLogger.logMessage("\nPROBLEM: we could not detect CPU name and features on your device :( ! Please, report to authors!\n\n");
303
+
AppLogger.logMessage("\nERROR: unable to detect the CPU name and features of your device :( ! Please report to the authors!\n\n");
304
304
if (AppConfigService.getRemoteServerURL() == null) {
305
-
AppLogger.logMessage("\nError we could not report about CPU name and feature detection problem to Collective Knowledge server: it's not reachible ...\n\n");
305
+
AppLogger.logMessage("\nFailed to report the CPU name and feature detection problem: the CK server is unreachable ...\n\n");
306
306
returnnull;
307
307
}
308
308
requestObject = newJSONObject();
@@ -490,7 +490,7 @@ public static JSONObject loadPlatformFeaturesFromServer() {
490
490
Stringj_gpu_uid = "";
491
491
Stringj_sys_uid = "";
492
492
493
-
AppLogger.logMessage("Exchanging info about your platform with CK server to retrieve latest meta for crowdtuning ...");
493
+
AppLogger.logMessage("Exchanging platform info with the CK server to retrieve the latest crowdtuning meta info ...");
494
494
495
495
requestObject = newJSONObject();
496
496
JSONObjectplatformFeatures = newJSONObject();
@@ -509,7 +509,7 @@ public static JSONObject loadPlatformFeaturesFromServer() {
509
509
platformFeatures.put("features", ft_os);
510
510
511
511
if (AppConfigService.getRemoteServerURL() == null) {
512
-
AppLogger.logMessage("\nError we could not exchange platform info with Collective Knowledge server: it's not reachible ...\n\n");
512
+
AppLogger.logMessage("\nFailed to exchange platform info: the CK server is unreachable ...\n\n");
0 commit comments