summaryrefslogtreecommitdiff
path: root/flags/system_service.aconfig
diff options
context:
space:
mode:
author William Escande <wescande@google.com> 2024-05-08 21:47:08 -0700
committer William Escande <wescande@google.com> 2024-05-10 11:28:45 -0700
commit37fbc6700743e426871a8d2f47abb7340dec1caf (patch)
treebc8c91efdee5da14add60f28c3754b81dc7d083f /flags/system_service.aconfig
parent453f157500f8d8724d32303efcb54c180b967ce8 (diff)
Flag: add kill_instead_of_exit
Bug: 339553092 Bug: 315241296 Test: None Flag: com.android.bluetooth.flags.kill_instead_of_exit Change-Id: I61507e2845e9b8145b45ab9e2b4c0cbb9287af97
Diffstat (limited to 'flags/system_service.aconfig')
-rw-r--r--flags/system_service.aconfig10
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"