Improved debug info

This commit is contained in:
M66B 2024-04-24 15:29:53 +02:00
parent bddae1af77
commit 028ffba4ab
1 changed files with 1 additions and 0 deletions

View File

@ -891,6 +891,7 @@ public class DebugHelper {
identity.display + " " + identity.email +
(identity.self ? "" : " !self") +
" [" + (identity.provider == null ? "" : identity.provider) +
":" + identity.user +
":" + ServiceAuthenticator.getAuthTypeName(identity.auth_type) + "]" +
(TextUtils.isEmpty(identity.sender_extra_regex) ? "" : " regex=" + identity.sender_extra_regex) +
(!identity.sender_extra ? "" : " edit" +