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

Commit a9e60bd5 authored by Kyunglyul Hyun's avatar Kyunglyul Hyun
Browse files

Add a flag to fix gatt cleanup issue

Bug: 315241296
Bug: 354831506
Test: m -j;
Change-Id: Ic96e981b2bb26bcde7d92662e3b7cc67440e5745
parent b9c0e46c
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
    }
}