Skip to content

Commit

Permalink
Fix the optimizations extension to gracefully handle multiple app sta…
Browse files Browse the repository at this point in the history
…rtups.

Test: Used the trace that was linked in b/380581475
Change-Id: Icec132694b22126470f1b9f26400dd4cc41babda
Fixes: 380581475
  • Loading branch information
tikurahul committed Nov 23, 2024
1 parent 1cc3afd commit 91eca3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export async function optimizationsTrack(
'${buildDetails(startup)}' AS details
`;
})
.join('UNION ALL');
.join('UNION ALL '); // The trailing space is important.

const uri = '/android_startups_optimization_status';
const title = 'Optimization Status';
Expand Down

0 comments on commit 91eca3f

Please sign in to comment.