commit | d113478931576931ef374f55410752f502cacd3b | [log] [tgz] |
---|---|---|
author | Jin Park <jinpark@google.com> | Thu Jul 27 14:51:09 2017 +0900 |
committer | Jin Seok Park <jinpark@google.com> | Wed Aug 02 08:48:17 2017 +0000 |
tree | 5c783d61b039efaa911f23c6199cdfd5ab596dea | |
parent | 5af90f9fc64c872692b19ffc330f580247413b3b [diff] |
ExifInterface: Remove throwing exception ExifInterface reads the first 5000 bytes of an image file to determine what type of image it is, and throws an EOFException if the file is smaller 5000 bytes. This CL removes the throwing action. Bug: 64133582 Test: Run ExifInterfaceTest.java with <5kb file Change-Id: I2b2026f06d70a4fe2986d2e8c410679ba9bf3f7f