1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 02:39:23 +02:00

more debug info

This commit is contained in:
Nikolay Pultsin 2014-06-27 16:01:34 +01:00
parent 19c72a617c
commit e10cd61458

View file

@ -176,7 +176,11 @@ public class SynchroniserService extends Service implements IBookCollection.List
result.put("result", response);
}
};
myNetworkContext.performQuietly(verificationRequest);
try {
myNetworkContext.perform(verificationRequest);
} catch (ZLNetworkException e) {
e.printStackTrace();
}
final String csrfToken = myNetworkContext.getCookieValue(DOMAIN, "csrftoken");
final Object response = result.get("result");
try {