blob: c1cf4f6bd8b5adf06eda1212157cf5a894a1a255 [file] [log] [blame] [edit]
package: "com.android.bluetooth.flags"
container: "com.android.bt"
flag {
name: "enable_ble_while_disabling_airplane"
namespace: "bluetooth"
description: "Fix a race between enabling and handling airplane event"
bug: "402563502"
metadata {
purpose: PURPOSE_BUGFIX
}
}
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
}
}