Add logging for when we do nothing during a keep-alive job.
This commit is contained in:
parent
7aeb641036
commit
116e711f1a
1 changed files with 3 additions and 0 deletions
|
@ -109,7 +109,10 @@ public class SubscriptionKeepAliveJob extends BaseJob {
|
||||||
true);
|
true);
|
||||||
|
|
||||||
SubscriptionReceiptRequestResponseJob.createSubscriptionContinuationJobChain(true).enqueue();
|
SubscriptionReceiptRequestResponseJob.createSubscriptionContinuationJobChain(true).enqueue();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Log.i(TAG, "Subscription is active, and end of current period (remote) is after the latest checked end of period (local). Nothing to do.");
|
||||||
}
|
}
|
||||||
|
|
||||||
private <T> void verifyResponse(@NonNull ServiceResponse<T> response) throws Exception {
|
private <T> void verifyResponse(@NonNull ServiceResponse<T> response) throws Exception {
|
||||||
|
|
Loading…
Add table
Reference in a new issue