Added print.

This commit is contained in:
Winston Li
2014-12-04 19:49:51 +00:00
parent 1f12677e76
commit 6fc953b008
@@ -81,6 +81,7 @@ public abstract class Request<T extends Result> {
@Override
public void onThrowable(Throwable t) {
t.printStackTrace();
error = true;
}