Skip to content

Commit

Permalink
Merge "Add protolog data source to presistent config" into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Gamito authored and Gerrit Code Review committed Aug 12, 2024
2 parents de2fd88 + 22bcba6 commit 26f6338
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions persistent_cfg.pbtxt
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -57,3 +57,12 @@ data_sources: {
}
}

data_sources: {
config {
name: 'android.protolog'
protolog_config {
tracing_mode: ENABLE_ALL
}
target_buffer = 2
}
}

0 comments on commit 26f6338

Please sign in to comment.