mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 04:04:43 +01: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 Sharing --\n%s\n\n" +
|
||||||
"-- Profile Key (Base64) --\n%s\n\n" +
|
"-- Profile Key (Base64) --\n%s\n\n" +
|
||||||
"-- Profile Key (Hex) --\n%s\n\n" +
|
"-- Profile Key (Hex) --\n%s\n\n" +
|
||||||
|
"-- Sealed Sender Mode --\n%s\n\n" +
|
||||||
"-- UUID --\n%s\n\n" +
|
"-- UUID --\n%s\n\n" +
|
||||||
"-- RecipientId --\n%s",
|
"-- RecipientId --\n%s",
|
||||||
recipient.getProfileName().getGivenName(), recipient.getProfileName().getFamilyName(),
|
recipient.getProfileName().getGivenName(), recipient.getProfileName().getFamilyName(),
|
||||||
recipient.isProfileSharing(),
|
recipient.isProfileSharing(),
|
||||||
profileKeyBase64,
|
profileKeyBase64,
|
||||||
profileKeyHex,
|
profileKeyHex,
|
||||||
|
recipient.getUnidentifiedAccessMode(),
|
||||||
recipient.getUuid().transform(UUID::toString).or("None"),
|
recipient.getUuid().transform(UUID::toString).or("None"),
|
||||||
recipient.getId().serialize());
|
recipient.getId().serialize());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user