From 37fbc6700743e426871a8d2f47abb7340dec1caf Mon Sep 17 00:00:00 2001 From: William Escande Date: Wed, 8 May 2024 21:47:08 -0700 Subject: Flag: add kill_instead_of_exit Bug: 339553092 Bug: 315241296 Test: None Flag: com.android.bluetooth.flags.kill_instead_of_exit Change-Id: I61507e2845e9b8145b45ab9e2b4c0cbb9287af97 --- flags/system_service.aconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'flags/system_service.aconfig') 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 @@ -36,6 +36,16 @@ flag { bug: "328698375" } +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" -- cgit v1.2.3-59-g8ed1b