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:
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);
|
||||
}
|
||||
};
|
||||
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue