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

Commit 0f97f746 authored by Melody Hsu's avatar Melody Hsu
Browse files

Add flag for multiple buffer stuffing recovery

Bug: b/44156655
Flag: android.view.flags.buffer_stuffing_multi_recovery
Test: presubmit
Change-Id: I09dec1939a9b445000143a9fa4d043c1c4e29aca
parent 079c0706
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -147,3 +147,11 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "buffer_stuffing_multi_recovery"
    namespace: "window_surfaces"
    description: "Recover from buffer stuffing multiple times within the same animation"
    bug: "44156655"
    is_fixed_read_only: false
}
 No newline at end of file