debug infos

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

View File

@ -76,6 +76,8 @@ public class CryptoService extends Service {
if (secretKeyId == Id.key.none) {
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);