Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit ab851c75 authored by Abdelrahman Daim's avatar Abdelrahman Daim
Browse files

Fix crash in presentation time implementation



Summary: Something in Audio Trip triggers this bug when running the display at 90Hz.

Setting the display panel to 72Hz makes Audio Trip work, but setting it to 90Hz causes it to crash with an error in native_window_set_buffers_timestamp.

The error occurs because the surface's window value is null. A simple fix is to check for this and error out, which solves the problem and allows the app to work despite the error.

The true root cause of the issue is unknown.

Test: Successful Build on master branch

Bug: b/369698627

Change-Id: Ib5ccc8bde07e44cb6ebac5b58d370a23b57ff020
Signed-off-by: default avatarAbdelrahman Daim <adaim@meta.com>
parent 12016e29
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment