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

Commit c999032b authored by Atneya Nair's avatar Atneya Nair Committed by Android (Google) Code Review
Browse files

Merge "Audio Policy: add flag for input stream sharing logic fix" into main

parents 931c0d90 2d9fb309
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -39,3 +39,12 @@ flag {
        "This feature helps reduce audio glitching caused by low priority blocking threads."
    bug: "209491695"
}

flag {
    name: "fix_input_sharing_logic"
    namespace: "media_audio"
    description:
        "Fix the audio policy logic that decides to reuse or close "
        "input streams when resources are exhausted"
    bug: "338446410"
}