mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-08 09:18:39 +01: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);
|
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user