Add logging
Change-Id: Id1c929591ad0fb451c8a8ba391f80108e2febb5d
This commit is contained in:
parent
733aef1204
commit
83ecabc8b2
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user