mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-25 05:27:42 +00:00
Add additional debug info for internal users.
This commit is contained in:
@@ -295,12 +295,14 @@ public final class ManageRecipientViewModel extends ViewModel {
|
||||
"-- Profile Sharing --\n%s\n\n" +
|
||||
"-- Profile Key (Base64) --\n%s\n\n" +
|
||||
"-- Profile Key (Hex) --\n%s\n\n" +
|
||||
"-- Sealed Sender Mode --\n%s\n\n" +
|
||||
"-- UUID --\n%s\n\n" +
|
||||
"-- RecipientId --\n%s",
|
||||
recipient.getProfileName().getGivenName(), recipient.getProfileName().getFamilyName(),
|
||||
recipient.isProfileSharing(),
|
||||
profileKeyBase64,
|
||||
profileKeyHex,
|
||||
recipient.getUnidentifiedAccessMode(),
|
||||
recipient.getUuid().transform(UUID::toString).or("None"),
|
||||
recipient.getId().serialize());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user