Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37fbc670 authored by William Escande's avatar William Escande
Browse files

Flag: add kill_instead_of_exit

Bug: 339553092
Bug: 315241296
Test: None
Flag: com.android.bluetooth.flags.kill_instead_of_exit
Change-Id: I61507e2845e9b8145b45ab9e2b4c0cbb9287af97
parent 453f1575
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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"