mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
more debug info
This commit is contained in:
parent
19c72a617c
commit
e10cd61458
1 changed files with 5 additions and 1 deletions
|
@ -176,7 +176,11 @@ public class SynchroniserService extends Service implements IBookCollection.List
|
||||||
result.put("result", response);
|
result.put("result", response);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
myNetworkContext.performQuietly(verificationRequest);
|
try {
|
||||||
|
myNetworkContext.perform(verificationRequest);
|
||||||
|
} catch (ZLNetworkException e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
final String csrfToken = myNetworkContext.getCookieValue(DOMAIN, "csrftoken");
|
final String csrfToken = myNetworkContext.getCookieValue(DOMAIN, "csrftoken");
|
||||||
final Object response = result.get("result");
|
final Object response = result.get("result");
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue