opengapps/aosp_build

Problem with GoogleCamera force closing

Closed this issue · 2 comments

I'm building AOSP 8.1 w/ OpenGapps for Google Pixel 1st gen, and getting force close errors from Google Camera.

It looks like there was a workaround for this problem in the opengapps repository, in this changeset:
opengapps/opengapps@d5edc9e

Is there any way to force a specific version of the Camera app when using the aosp_build repository?

I think you have open source cam Hal if yes then you should add these commits to avoid FC
sonyxperiadev/camera@d131e6d
sonyxperiadev/camera@09a6e79

These commits would not apply against the same files in AOSP. But I went through each of them with a diff tool, and it appears that the code added in those commits is already in AOSP. So I believe something else is causing the crash with the current version of Google Camera in 8.1.

I'm going to continue digging...