Add logging

Change-Id: Id1c929591ad0fb451c8a8ba391f80108e2febb5d
This commit is contained in:
Marc Blank 2012-04-12 18:10:41 -07:00
parent 733aef1204
commit 83ecabc8b2

View File

@ -414,6 +414,7 @@ public class AttachmentUtilities {
contentUri = dm.getUriForDownloadedFile(id).toString(); contentUri = dm.getUriForDownloadedFile(id).toString();
} else { } else {
Log.w(Logging.LOG_TAG, "Trying to save an attachment without external storage?");
throw new IOException(); throw new IOException();
} }