diff --git a/email2/emailcommon/src/com/android/emailcommon/utility/AttachmentUtilities.java b/email2/emailcommon/src/com/android/emailcommon/utility/AttachmentUtilities.java index 11d8636cf..e62c55893 100644 --- a/email2/emailcommon/src/com/android/emailcommon/utility/AttachmentUtilities.java +++ b/email2/emailcommon/src/com/android/emailcommon/utility/AttachmentUtilities.java @@ -414,6 +414,7 @@ public class AttachmentUtilities { contentUri = dm.getUriForDownloadedFile(id).toString(); } else { + Log.w(Logging.LOG_TAG, "Trying to save an attachment without external storage?"); throw new IOException(); }