mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-11 11:35:07 -05:00
remove debug output about security providers (cleaner unit tests)
This commit is contained in:
parent
c0edaf9a5e
commit
827a958e12
@ -61,6 +61,7 @@ public class KeychainApplication extends Application {
|
|||||||
PRNGFixes.apply();
|
PRNGFixes.apply();
|
||||||
Log.d(Constants.TAG, "Bouncy Castle set and PRNG Fixes applied!");
|
Log.d(Constants.TAG, "Bouncy Castle set and PRNG Fixes applied!");
|
||||||
|
|
||||||
|
/*
|
||||||
if (Constants.DEBUG) {
|
if (Constants.DEBUG) {
|
||||||
Provider[] providers = Security.getProviders();
|
Provider[] providers = Security.getProviders();
|
||||||
Log.d(Constants.TAG, "Installed Security Providers:");
|
Log.d(Constants.TAG, "Installed Security Providers:");
|
||||||
@ -68,6 +69,7 @@ public class KeychainApplication extends Application {
|
|||||||
Log.d(Constants.TAG, "provider class: " + p.getClass().getName());
|
Log.d(Constants.TAG, "provider class: " + p.getClass().getName());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
// Create APG directory on sdcard if not existing
|
// Create APG directory on sdcard if not existing
|
||||||
if (Environment.getExternalStorageState().equals(Environment.MEDIA_MOUNTED)) {
|
if (Environment.getExternalStorageState().equals(Environment.MEDIA_MOUNTED)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user