mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Improved debug info
This commit is contained in:
@@ -1773,7 +1773,8 @@ public class Log {
|
||||
|
||||
try {
|
||||
int maxKeySize = javax.crypto.Cipher.getMaxAllowedKeyLength("AES");
|
||||
sb.append(context.getString(R.string.title_advanced_aes_key_size, maxKeySize)).append("\r\n");
|
||||
sb.append(context.getString(R.string.title_advanced_aes_key_size,
|
||||
Helper.humanReadableByteCount(maxKeySize))).append("\r\n");
|
||||
} catch (Throwable ex) {
|
||||
sb.append(ex.toString()).append("\r\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user