mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 03:05:26 +00:00
Add logging for when we do nothing during a keep-alive job.
This commit is contained in:
committed by
Cody Henthorne
parent
7aeb641036
commit
116e711f1a
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user