mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Improve logging for GV2 validation error.
This commit is contained in:
committed by
Nicholas Tinsley
parent
1ad338ce31
commit
14c3a36ec0
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user