mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Added OpenKeychain presence to debug info
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user