Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(threads): Use selected thread name in thread-selector if available #48689

Merged
merged 4 commits into from
May 8, 2023

Conversation

romtsn
Copy link
Member

@romtsn romtsn commented May 8, 2023

The thread name usually makes more sense than the label, when available (checked with other SDK folks), because it has to be unique whereas the label is not guaranteed to be unique. Also, the label can be quite long, depending on the stackframe type (e.g. JNI on Android), which makes it barely readable.

If the name is not available, the label is still used as a fallback.

Before

image

After

image

@romtsn romtsn requested review from wmak and shruthilayaj May 8, 2023 10:09
@romtsn romtsn requested a review from a team as a code owner May 8, 2023 10:09
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 8, 2023
@romtsn romtsn mentioned this pull request May 8, 2023
13 tasks
@romtsn romtsn enabled auto-merge (squash) May 8, 2023 21:32
@romtsn romtsn merged commit 7389bf6 into master May 8, 2023
@romtsn romtsn deleted the rz/fix/thread-selector-displayed-value-name branch May 8, 2023 21:52
@github-actions github-actions bot locked and limited conversation to collaborators May 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants