Merge "Add table viewer support for android_logs" into main
diff --git a/protos/perfetto/trace/perfetto_trace.proto b/protos/perfetto/trace/perfetto_trace.proto
index 6253561..a177d47 100644
--- a/protos/perfetto/trace/perfetto_trace.proto
+++ b/protos/perfetto/trace/perfetto_trace.proto
@@ -12457,9 +12457,9 @@
// Renderer's compositor.
STEP_SWAP_BUFFERS = 6;
// Happens on the VizCompositor in the GPU process.
- STEP_DRAW_AND_SWAP = 7;
+ STEP_DRAW_AND_SWAP = 7 [deprecated = true];
// Happens on the GPU main thread after the swap has completed.
- STEP_FINISHED_SWAP_BUFFERS = 11;
+ STEP_FINISHED_SWAP_BUFFERS = 11 [deprecated = true];
// See above for NEXT ID, enum steps are not ordered by tag number.
};
diff --git a/protos/perfetto/trace/track_event/chrome_latency_info.proto b/protos/perfetto/trace/track_event/chrome_latency_info.proto
index 9f791f5..99fd326 100644
--- a/protos/perfetto/trace/track_event/chrome_latency_info.proto
+++ b/protos/perfetto/trace/track_event/chrome_latency_info.proto
@@ -44,9 +44,9 @@
// Renderer's compositor.
STEP_SWAP_BUFFERS = 6;
// Happens on the VizCompositor in the GPU process.
- STEP_DRAW_AND_SWAP = 7;
+ STEP_DRAW_AND_SWAP = 7 [deprecated = true];
// Happens on the GPU main thread after the swap has completed.
- STEP_FINISHED_SWAP_BUFFERS = 11;
+ STEP_FINISHED_SWAP_BUFFERS = 11 [deprecated = true];
// See above for NEXT ID, enum steps are not ordered by tag number.
};