commit | 94d4952afb5c657a8c6496d322ca13345ce3529b | [log] [tgz] |
---|---|---|
author | Jernej Virag <jernej@google.com> | Wed Nov 13 09:48:56 2024 +0100 |
committer | Jernej Virag <jernej@google.com> | Wed Nov 13 11:01:06 2024 +0100 |
tree | a900a4aa086174a1b1b830da8252dec70ddb67ef | |
parent | 0d8d1b70540df419260a84adb15ead199cf62e3e [diff] |
Catch all exceptions when loading images There are cases where we can get non-IO exceptions while loading Images - this happens for example when using Uris and the ContentProvider in the target process throws an exception. That exception gets propagated to us and we need to handle it like any other failure of image loading. Bug: 374850924 Test: atest ImageLoaderTest ImageLoaderContentProviderTest Flag: EXEMPT stability bugfix Change-Id: Ibbcb24184be844b8549974a62496d16db15fadee