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

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

Add flag `protolog_auto_clear_incremental_state`

This flag controls whether incremental state is automatically cleared
when protologging and the incremental state starts growing too much.

Flag: android.tracing.protolog_auto_clear_incremental_state
Bug: 441704171
Change-Id: I61c86ab9c4c69f5b3b00575933810cce34e8c7e2
parent 6488ab41
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -48,3 +48,10 @@ flag {
    is_fixed_read_only: true
    is_fixed_read_only: true
    bug: "419809577"
    bug: "419809577"
}
}

flag {
    name: "protolog_auto_clear_incremental_state"
    namespace: "windowing_tools"
    description: "Clear incremental state when protolog is enabled"
    bug: "441704171`"
}