Log retrieve exception.

// FREEBIE
This commit is contained in:
Moxie Marlinspike 2015-06-11 09:43:34 -07:00
parent 05894827c1
commit 26bcb590a7

View File

@ -43,6 +43,7 @@ public class PushNotificationReceiveJob extends PushReceivedJob implements Injec
@Override
public boolean onShouldRetry(Exception e) {
Log.w(TAG, e);
return e instanceof PushNetworkException;
}