Loading core/java/android/security/keystore/recovery/RecoveryController.java +1 −1 Original line number Diff line number Diff line Loading @@ -751,7 +751,7 @@ public class RecoveryController { InternalRecoveryServiceException wrapUnexpectedServiceSpecificException( ServiceSpecificException e) { if (e.errorCode == ERROR_SERVICE_INTERNAL_ERROR) { return new InternalRecoveryServiceException(e.getMessage()); return new InternalRecoveryServiceException(e.getMessage(), e); } // Should never happen. If it does, it's a bug, and we need to update how the method that Loading Loading
core/java/android/security/keystore/recovery/RecoveryController.java +1 −1 Original line number Diff line number Diff line Loading @@ -751,7 +751,7 @@ public class RecoveryController { InternalRecoveryServiceException wrapUnexpectedServiceSpecificException( ServiceSpecificException e) { if (e.errorCode == ERROR_SERVICE_INTERNAL_ERROR) { return new InternalRecoveryServiceException(e.getMessage()); return new InternalRecoveryServiceException(e.getMessage(), e); } // Should never happen. If it does, it's a bug, and we need to update how the method that Loading