// java.io.File file = UtilFile.getFile("track/logs/", "login_" + Utils.toFileName(address));
loginUtil.setPrevLogin(tokens);
boolean error = false;
try {
bytes = responseReader.readBody(response2);
} catch (SocketException e) {
LogService.getInstance().setMessage("WEB", e, e.toString());
bytes = e.toString().getBytes();
error = true;
} catch (Exception e) {