| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
// The name of the MemoryDumpProvider object, from the static list in
// `kMemoryDumpProviderNameAllowList` (see
// https://source.chromium.org/chromium/chromium/src/+/main:out/android-Debug/gen/base/trace_event/memory_dump_provider_name_variants.h).
// The provider name is validated against the static list at compile time, at
// https://source.chromium.org/chromium/chromium/src/+/main:base/trace_event/memory_dump_provider.h;l=65;drc=d36832392d30b9cbbd3a6ae8a37e11b92853f041.
optional string name = 1;That's fine for me, but you'll have to ask review for the gwslog.
If a string here turns out to be an issue, you could use a hash, but IMO you could also just use the static_name as the trace event name for less boilerplate.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
// The name of the MemoryDumpProvider object, from the static list in
// `kMemoryDumpProviderNameAllowList` (see
// https://source.chromium.org/chromium/chromium/src/+/main:out/android-Debug/gen/base/trace_event/memory_dump_provider_name_variants.h).
// The provider name is validated against the static list at compile time, at
// https://source.chromium.org/chromium/chromium/src/+/main:base/trace_event/memory_dump_provider.h;l=65;drc=d36832392d30b9cbbd3a6ae8a37e11b92853f041.
optional string name = 1;That's fine for me, but you'll have to ask review for the gwslog.
If a string here turns out to be an issue, you could use a hash, but IMO you could also just use the static_name as the trace event name for less boilerplate.
I got the privacy approval, so I'll just submit this as-is to avoid more refactoring delays.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
3 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
Record MemoryDumpProvider name in traces
PERFETTO_TESTS=`autoninja -C out/Default perfetto_diff_tests && out/Default/bin/run_perfetto_diff_tests`
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |