commit | cf7294fda671a39e6aa21da30be0dac261d71638 | [log] [tgz] |
---|---|---|
author | Leon Scroggins III <scroggo@google.com> | Thu Mar 22 09:21:29 2018 -0400 |
committer | Leon Scroggins III <scroggo@google.com> | Thu Mar 22 13:09:02 2018 -0400 |
tree | 5022640f87b3d5e48d889f69aafdf8f39a72250e | |
parent | 1dd88daf920a111fcf3f8744bd55e6828acd0fce [diff] |
Rename ImageDecoder.ERRORs Bug: 73788969 Test: I501e8b76aacd785cb994165ab01dc1b39fea3a1c Move them into ImageDecoder.DecodeException, which is where they are actually used. This also provides some more context, so that the prefix "ERROR_" is no longer necessary, fixing the redundancy/awkwardness in ERROR_SOURCE_ERROR. Further rename that to SOURCE_MALFORMED_DATA, which is more descriptive, and does not imply a Java Error. Change-Id: Ied17ad343650f9c33d9a35b0f9d00ccc22264bd6