kopia lustrzana https://github.com/ryukoposting/Signal-Android
Add additional debug info for internal users.
rodzic
ddb04c6ea3
commit
e798f3f276
|
@ -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());
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue