add a ton of logging to DecryptVerify
This commit is contained in:
@@ -435,6 +435,44 @@ public class OperationResultParcel implements Parcelable {
|
||||
MSG_EK_ERROR_DUMMY (R.string.msg_ek_error_dummy),
|
||||
MSG_EK_ERROR_NOT_FOUND (R.string.msg_ek_error_not_found),
|
||||
|
||||
// decryptverify
|
||||
MSG_DC_ASKIP_NO_KEY (R.string.msg_dc_askip_no_key),
|
||||
MSG_DC_ASKIP_NOT_ALLOWED (R.string.msg_dc_askip_not_allowed),
|
||||
MSG_DC_ASYM (R.string.msg_dc_asym),
|
||||
MSG_DC_CLEAR_DATA (R.string.msg_dc_clear_data),
|
||||
MSG_DC_CLEAR_DECOMPRESS (R.string.msg_dc_clear_decompress),
|
||||
MSG_DC_CLEAR_META_FILE (R.string.msg_dc_clear_meta_file),
|
||||
MSG_DC_CLEAR_META_MIME (R.string.msg_dc_clear_meta_mime),
|
||||
MSG_DC_CLEAR_META_SIZE (R.string.msg_dc_clear_meta_size),
|
||||
MSG_DC_CLEAR_META_TIME (R.string.msg_dc_clear_meta_time),
|
||||
MSG_DC_CLEAR (R.string.msg_dc_clear),
|
||||
MSG_DC_CLEAR_SIGNATURE_BAD (R.string.msg_dc_clear_signature_bad),
|
||||
MSG_DC_CLEAR_SIGNATURE_CHECK (R.string.msg_dc_clear_signature_check),
|
||||
MSG_DC_CLEAR_SIGNATURE_OK (R.string.msg_dc_clear_signature_ok),
|
||||
MSG_DC_CLEAR_SIGNATURE (R.string.msg_dc_clear_signature),
|
||||
MSG_DC_ERROR_BAD_PASSPHRASE (R.string.msg_dc_error_bad_passphrase),
|
||||
MSG_DC_ERROR_EXTRACT_KEY (R.string.msg_dc_error_extract_key),
|
||||
MSG_DC_ERROR_INTEGRITY_CHECK (R.string.msg_dc_error_integrity_check),
|
||||
MSG_DC_ERROR_INVALID_SIGLIST(R.string.msg_dc_error_invalid_siglist),
|
||||
MSG_DC_ERROR_IO (R.string.msg_dc_error_io),
|
||||
MSG_DC_ERROR_NO_DATA (R.string.msg_dc_error_no_data),
|
||||
MSG_DC_ERROR_NO_KEY (R.string.msg_dc_error_no_key),
|
||||
MSG_DC_ERROR_PGP_EXCEPTION (R.string.msg_dc_error_pgp_exception),
|
||||
MSG_DC_INTEGRITY_CHECK_OK (R.string.msg_dc_integrity_check_ok),
|
||||
MSG_DC_OK_META_ONLY (R.string.msg_dc_ok_meta_only),
|
||||
MSG_DC_OK (R.string.msg_dc_ok),
|
||||
MSG_DC_PASS_CACHED (R.string.msg_dc_pass_cached),
|
||||
MSG_DC_PENDING_NFC (R.string.msg_dc_pending_nfc),
|
||||
MSG_DC_PENDING_PASSPHRASE (R.string.msg_dc_pending_passphrase),
|
||||
MSG_DC_PREP_STREAMS (R.string.msg_dc_prep_streams),
|
||||
MSG_DC (R.string.msg_dc),
|
||||
MSG_DC_SYM (R.string.msg_dc_sym),
|
||||
MSG_DC_SYM_SKIP (R.string.msg_dc_sym_skip),
|
||||
MSG_DC_TRAIL_ASYM (R.string.msg_dc_trail_asym),
|
||||
MSG_DC_TRAIL_SYM (R.string.msg_dc_trail_sym),
|
||||
MSG_DC_TRAIL_UNKNOWN (R.string.msg_dc_trail_unknown),
|
||||
MSG_DC_UNLOCKING (R.string.msg_dc_unlocking),
|
||||
|
||||
;
|
||||
|
||||
private final int mMsgId;
|
||||
|
||||
Reference in New Issue
Block a user