Merge lp://staging/~kdub/mir/fix-1554635 into lp://staging/mir
Proposed by
Kevin DuBois
Status: | Merged |
---|---|
Approved by: | Cemil Azizoglu |
Approved revision: | no longer in the source branch. |
Merged at revision: | 3407 |
Proposed branch: | lp://staging/~kdub/mir/fix-1554635 |
Merge into: | lp://staging/mir |
Diff against target: |
49 lines (+15/-3) 2 files modified
src/platforms/android/common/egl_sync_fence.cpp (+13/-1) tests/unit-tests/graphics/android/test_egl_sync_fence.cpp (+2/-2) |
To merge this branch: | bzr merge lp://staging/~kdub/mir/fix-1554635 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Mir CI Bot | continuous-integration | Approve | |
Cemil Azizoglu (community) | Approve | ||
Brandon Schaefer (community) | Approve | ||
Alberto Aguirre (community) | Approve | ||
Review via email: mp+289419@code.staging.launchpad.net |
Commit message
android: Just log the error when an eglSyncFence installation failure occurs. Apparently this happens on turbo during certain scenarios.
A bit of further digging might yield another solution, but this at least averts u8 from crashing, and is a transient problem on that device.
fixes: LP: #1554635
Description of the change
android: Just log the error when an eglSyncFence installation failure occurs. Apparently this happens on turbo during certain scenarios.
A bit of further digging might yield another solution, but this at least averts u8 from crashing, and is a transient problem on that device.
fixes: LP: #1554635
To post a comment you must log in.
Ok as a workaround.