debug infos

This commit is contained in:
Dominik Schürmann 2013-05-28 23:16:44 +02:00
parent 215864a33e
commit 92d76e482a

View File

@ -77,6 +77,8 @@ public class CryptoService extends Service {
throw new PgpMain.PgpGeneralException(getString(R.string.error_noSecretKeyFound));
}
Log.d(Constants.TAG, "Got input:\n"+new String(inputBytes));
Log.d(Constants.TAG, "secretKeyId " + secretKeyId);
String passphrase = PassphraseCacheService.getCachedPassphrase(mContext, secretKeyId);