summaryrefslogtreecommitdiff
path: root/flags/system_service.aconfig
diff options
context:
space:
mode:
author William Escande <wescande@google.com> 2025-03-10 15:15:21 -0700
committer William Escande <wescande@google.com> 2025-03-10 17:40:37 -0700
commitef1ddf484004b740fbc1db406d208ad0e880e877 (patch)
treed9e581c1915dc14bf2c60866c7fc37fb7cb91bf5 /flags/system_service.aconfig
parente8f580b89d92bc94a34e0215bf4ac45992d7ffb1 (diff)
Add flag: system_server_remove_extra_thread_jump
Bug: 402209603 Bug: 315241296 Flag: com.android.bluetooth.flags.system_server_remove_extra_thread_jump Test: m . Change-Id: I5becb69651395a09c3bdec267df3de63f0bb0b67
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 c72b74a7a9..ea40eb33de 100644
--- a/flags/system_service.aconfig
+++ b/flags/system_service.aconfig
@@ -17,3 +17,13 @@ flag {
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
+ }
+}