Skip to content

Commit

Permalink
Merge "Fix exception when pinning multiple metrics" into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Treehugger Robot authored and Gerrit Code Review committed Aug 12, 2024
2 parents 900e4c4 + c3f4903 commit 85adaa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class PinCujScopedJank implements MetricHandler {
const processName = metricData.process;

const createJankyCujFrameTable = `
CREATE PERFETTO TABLE _janky_frames_during_cuj_from_metric_key AS
CREATE OR REPLACE PERFETTO TABLE _janky_frames_during_cuj_from_metric_key AS
SELECT
f.vsync as id,
f.ts AS ts,
Expand Down

0 comments on commit 85adaa1

Please sign in to comment.