consolidate: add logging

This commit is contained in:
Vincent Breitmoser
2014-06-17 00:12:06 +02:00
parent b4974d922e
commit d8b0015d25
5 changed files with 61 additions and 8 deletions

View File

@@ -284,6 +284,14 @@ public class ProviderHelper {
new String[]{ PgpKeyHelper.convertKeyIdToHex(masterKeyId) });
mIndent += 1;
try {
WrappedPublicKeyRing ring = getWrappedPublicKeyRing(KeyRings.buildUnifiedKeyRingUri(masterKeyId));
// ring.get
} catch(NotFoundException e) {
// no biggie
}
// Canonicalize this key, to assert a number of assumptions made about it.
keyRing = keyRing.canonicalizePublic(mLog, mIndent);
if (keyRing == null) {