diff --git a/persistent_cfg.pbtxt b/persistent_cfg.pbtxt index 7d802c0223..8878bfcfd8 100644 --- a/persistent_cfg.pbtxt +++ b/persistent_cfg.pbtxt @@ -21,11 +21,11 @@ buffers { clear_before_clone: true } -# Buffer 2: for com.android.wm.shell.transition +# Buffer 2: for other Winscope traces buffers { - size_kb: 32 + size_kb: 2048 fill_policy: RING_BUFFER -} +}, data_sources: { @@ -57,3 +57,12 @@ data_sources: { } } +data_sources: { + config { + name: 'android.protolog' + protolog_config { + tracing_mode: ENABLE_ALL + } + target_buffer = 2 + } +}