KeychainIntentService instead of APG

This commit is contained in:
Dominik Schürmann 2014-04-09 00:09:47 +02:00
parent 8680b5b08e
commit b682cb2ae5

View File

@ -834,7 +834,7 @@ public class KeychainIntentService extends IntentService
if (e instanceof PgpGeneralMsgIdException) {
e = ((PgpGeneralMsgIdException) e).getContextualized(this);
}
Log.e(Constants.TAG, "ApgService Exception: ", e);
Log.e(Constants.TAG, "KeychainIntentService Exception: ", e);
e.printStackTrace();
Bundle data = new Bundle();