Hi Michael,
On Thu, Aug 27, 2015 at 2:52 AM, Michael Trimarchi michael@amarulasolutions.com wrote:
hwc does not sent vsync I think. Check if it's the case. In omap4 the ueventd is used to receive vsync event
Try to boot in no-enforcing mode (or audit and add selinux rule). Next time it's better to have even a dmesg
Add the iptables support in the kernel or what is required for lollipop. What version of the kernel are you running?
I'm running LSK 3.14 Android flavor. It seems that the issue is related to GPU driver. If I disable the GPU acceleration on UI by forcing hardwareAccelerated in frameworks/base/core/java/android/view/ViewRootImpl.java to be false, the ANR in SystemUI is gone. I guess that the GPU drive needs to be checked to understand what goes wrong in there. The same GPU driver works just fine on KitKat though. I'm wondering what's new with Lollipop causing a difference here?
Shawn