mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-02 13:14:39 +00:00
Added OpenKeychain presence to debug info
This commit is contained in:
parent
fd40e5b4e6
commit
c2accc5eb1
1 changed files with 5 additions and 0 deletions
|
@ -1974,6 +1974,11 @@ public class Log {
|
|||
sb.append("\r\n");
|
||||
sb.append(String.format("Configuration: %s\r\n", config));
|
||||
|
||||
sb.append("\r\n");
|
||||
sb.append(String.format("%s=%b\r\n",
|
||||
Helper.getOpenKeychainPackage(context),
|
||||
Helper.isOpenKeychainInstalled(context)));
|
||||
|
||||
sb.append("\r\n");
|
||||
for (Provider p : Security.getProviders())
|
||||
sb.append(p).append("\r\n");
|
||||
|
|
Loading…
Reference in a new issue