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

Commit ebc61139 authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Create feature flag for native protologging

Flag: android.tracing.native_proto_logging
Bug: 419809577
Change-Id: I98ca61bbfd61e26619f434929e4e83d8098a3b9f
parent 26b22a23
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -40,3 +40,11 @@ flag {
    is_fixed_read_only: true
    bug: "420587648"
}

flag {
    name: "native_proto_logging"
    namespace: "windowing_tools"
    description: "Add support for native protologging"
    is_fixed_read_only: true
    bug: "419809577"
}