Skip to content

hooks: hack for PowerVR crashes on MX4

Alfred Neumayer requested to merge github/fork/fredldotme/xenial into xenial

The MX4 has issues starting unity-system-compositor due to some blob creating format strings with floats and failing. This change adds an ugly hack to work around those issues, specifically blacklisting of the offending vsnprintf calls.

The hack has to be removed sometime, but push it now to unblock edge from shipping more changes related to this issue.

Fixes https://github.com/ubports/ubuntu-touch/issues/1052

Merge request reports