diff options
-rw-r--r-- | flags/system_service.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/flags/system_service.aconfig b/flags/system_service.aconfig index 32996496a9..10eedb8682 100644 --- a/flags/system_service.aconfig +++ b/flags/system_service.aconfig @@ -37,6 +37,16 @@ flag { } 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" |