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

Commit d232d878 authored by Pomai Ahlo's avatar Pomai Ahlo Committed by Gerrit Code Review
Browse files

Merge "Declare a flag: rfcomm_bypass_post_to_main" into main

parents 3ac3486a c48bfb2c
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -7,3 +7,13 @@ flag {
    description: "Use MITM initially to avoid abrupt peer disconnection b/312840315"
    bug: "316824288"
}

flag {
    name: "rfcomm_bypass_post_to_main"
    namespace: "bluetooth"
    description: "Remove unnecessary posts to main thread to prevent race condition b/321318665"
    bug: "344994073"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}