| commit | 68f5c703e3004a2b4ee3893a19bcee53cb6ba5bc | [log] [tgz] |
|---|---|---|
| author | Pranav Vashi <neobuddy89@gmail.com> | Sat Apr 02 19:02:32 2022 +0530 |
| committer | Toufu <hamm157famm7423@gmail.com> | Thu Feb 20 02:04:03 2025 +0900 |
| tree | c22e424d02de5365b1798871c03abb892087c63d | |
| parent | d9ae2f688c5a3f53b26193d9fb3e8b77363deb56 [diff] |
Camera: Prevent crash with prebuilt camera metadata * Some devices need prebuilt camera metadata along with prebuilt libcameraservice for propreitary interfaces implemented by OEM. * However, Prebuilt camera metadata of 12.0 crashed on 12.1 since exceptions weren't handled properly. Fix it. Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>