Add logging for when we do nothing during a keep-alive job.

fork-5.53.8
Alex Hart 2022-03-30 12:46:54 -03:00 zatwierdzone przez Cody Henthorne
rodzic 7aeb641036
commit 116e711f1a
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -109,7 +109,10 @@ public class SubscriptionKeepAliveJob extends BaseJob {
true);
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 {