mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-26 20:55:10 +00:00
Increase log coverage for processing backup refresh and credential submission.
This commit is contained in:
@@ -49,6 +49,8 @@ class BackupRefreshJob private constructor(
|
||||
.build()
|
||||
)
|
||||
)
|
||||
} else {
|
||||
Log.i(TAG, "Do not need to refresh backups. Last refresh: ${lastCheckIn.inWholeMilliseconds}")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -190,9 +190,10 @@ class InAppPaymentRecurringContextJob private constructor(
|
||||
}
|
||||
|
||||
if (hasEntitlementAlready(updatedInAppPayment, subscription.endOfCurrentPeriod)) {
|
||||
info("Already have entitlement for this badge. Marking complete.")
|
||||
info("Already have entitlement for this InAppPayment of type ${updatedInAppPayment.type}. Marking complete.")
|
||||
markInAppPaymentCompleted(updatedInAppPayment, subscription)
|
||||
} else {
|
||||
info("No entitlement for InAppPayment of type ${updatedInAppPayment.type}. Submitting and validating credentials.")
|
||||
submitAndValidateCredentials(updatedInAppPayment, subscription, requestContext)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user