aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/crypto_provider
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-05-28 23:16:44 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2013-05-28 23:16:44 +0200
commit92d76e482ada74538a634ff74d7836476a1bd8c1 (patch)
tree93bbbf9e42f7f11a3d32c7ffd8c6c8c5bf1d8fb5 /OpenPGP-Keychain/src/org/sufficientlysecure/keychain/crypto_provider
parent215864a33ef2023e30a72f831ebea3a6c24ebbc1 (diff)
downloadopen-keychain-92d76e482ada74538a634ff74d7836476a1bd8c1.tar.gz
open-keychain-92d76e482ada74538a634ff74d7836476a1bd8c1.tar.bz2
open-keychain-92d76e482ada74538a634ff74d7836476a1bd8c1.zip
debug infos
Diffstat (limited to 'OpenPGP-Keychain/src/org/sufficientlysecure/keychain/crypto_provider')
-rw-r--r--OpenPGP-Keychain/src/org/sufficientlysecure/keychain/crypto_provider/CryptoService.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/crypto_provider/CryptoService.java b/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/crypto_provider/CryptoService.java
index a407bc893..1a57a457d 100644
--- a/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/crypto_provider/CryptoService.java
+++ b/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/crypto_provider/CryptoService.java
@@ -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);