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

Commit 41fc5264 authored by Kyunglyul Hyun's avatar Kyunglyul Hyun Committed by Gerrit Code Review
Browse files

Merge "Add a flag to fix gatt cleanup issue" into main

parents 1b652bd8 a9e60bd5
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -230,4 +230,12 @@ flag {
    }
}

flag {
    name: "gatt_cleanup_jni_thread"
    namespace: "bluetooth"
    description: "Clean up gatt inside jni thread to prevent a race"
    bug: "354831506"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}