Added print.

This commit is contained in:
Winston Li 2014-12-04 19:30:16 +00:00
parent 1f12677e76
commit 6fc953b008

View file

@ -81,6 +81,7 @@ public abstract class Request<T extends Result> {
@Override
public void onThrowable(Throwable t) {
t.printStackTrace();
error = true;
}