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

Commit 17c0c2fb authored by Mohamad Mahmoud's avatar Mohamad Mahmoud
Browse files

Move stability flags to the stability namespace

Bug: 324222683
Flag: EXEMPT refactor
Test: m
Change-Id: I2498b7baa427d91c500c2c14b512716d80d22019
parent 4921308e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ flag {

flag {
    name: "use_transaction_codes_for_unknown_methods"
    namespace: "dropbox"
    namespace: "stability"
    description: "Use transaction codes when the method names is unknown"
    bug: "350041302"
    is_fixed_read_only: true
+2 −2
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ flag {

flag {
    name: "collect_logcat_on_run_synchronously"
    namespace: "dropbox"
    namespace: "stability"
    description: "Allow logcat collection on synchronous dropbox collection"
    bug: "324222683"
    is_fixed_read_only: true
@@ -171,7 +171,7 @@ flag {

flag {
    name: "enable_dropbox_watchdog_headers"
    namespace: "dropbox"
    namespace: "stability"
    description: "Add watchdog-specific dropbox headers"
    bug: "330682397"
    is_fixed_read_only: true