Skip to content

Conversation

@sashwinbalaji
Copy link
Member

No description provided.

@sashwinbalaji sashwinbalaji requested a review from a team as a code owner January 26, 2026 14:50
@github-actions
Copy link

🎨 Perfetto UI Build

✅ UI build is ready: https://storage.googleapis.com/perfetto-ci-artifacts/gh-21362028549-1-ui/ui/index.html

}
const auto& table = storage->trace_file_table();
std::optional<uint32_t> current = child;
while (current) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use for loops.

return true;
}
const auto& table = storage->trace_file_table();
std::optional<uint32_t> current = child;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be traceFileTable::Id

const auto& table = storage->trace_file_table();
std::optional<uint32_t> current = child;
while (current) {
auto row = table.FindById(tables::TraceFileTable::Id(*current));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should CHECK on the result of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants