OSDN Git Service

ExifInterface: Remove unnecessary logging of exceptions
authorJin Park <jinpark@google.com>
Thu, 21 Jul 2016 01:27:57 +0000 (10:27 +0900)
committerJin Park <jinpark@google.com>
Thu, 21 Jul 2016 01:27:57 +0000 (10:27 +0900)
commit68bda838d02877b2d21f94a386a1cacfd5addb1b
treed280339b35206ded6755930804759883b8718195
parent9dc28243c03c38bf9c7735451efe56c83681261b
ExifInterface: Remove unnecessary logging of exceptions

ExifInterface currently logs exceptions when it encounters invalid
markers and when the file format is unsupported by Piex Library.
This CL suppresses such logs with the DEBUG marker.

Bug: 30252745
Change-Id: Ia69183eaa5bf7ac2ff1dc95c0919b23b4a9f8c4e
media/java/android/media/ExifInterface.java
media/jni/android_media_ExifInterface.cpp