mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-20 07:08:25 +00:00
Log retrieve exception.
// FREEBIE
This commit is contained in:
parent
05894827c1
commit
26bcb590a7
@ -43,6 +43,7 @@ public class PushNotificationReceiveJob extends PushReceivedJob implements Injec
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean onShouldRetry(Exception e) {
|
public boolean onShouldRetry(Exception e) {
|
||||||
|
Log.w(TAG, e);
|
||||||
return e instanceof PushNetworkException;
|
return e instanceof PushNetworkException;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user