Improve logging for GV2 validation error.

This commit is contained in:
Greyson Parrelli
2023-06-21 17:42:22 -04:00
committed by Nicholas Tinsley
parent 1ad338ce31
commit 14c3a36ec0

View File

@@ -958,6 +958,7 @@ public final class GroupsV2Operations {
try {
signature = new NotarySignature(groupChange.getServerSignature().toByteArray());
} catch (InvalidInputException e) {
Log.w(TAG, "Invalid input while verifying group change", e);
throw new VerificationFailedException();
}