summaryrefslogtreecommitdiff
path: root/flags/system_service.aconfig
blob: ea40eb33de8dd0533ac61c5aa09636afe66114b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
package: "com.android.bluetooth.flags"
container: "com.android.bt"

flag {
    name: "kill_instead_of_exit"
    namespace: "bluetooth"
    description: "There is no value in pretending we are exiting properly. This is a kill and we should express it this way when finishing the process"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
    bug: "339553092"
}

flag {
    name: "system_server_messenger"
    namespace: "bluetooth"
    description: "Replace binder call to the system server with a Messenger to enforce thread safety"
    bug: "321804999"
}

flag {
    name: "system_server_remove_extra_thread_jump"
    namespace: "bluetooth"
    description: "Methods are unnecessarily re-posting on the system server thread"
    bug: "402209603"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}