-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep mapping of thread ids to thread names up to date (#3603)
* Keep mapping of thread ids to thread names up to date This change updates the map of known threads each time new timeline data is loaded. The timeline lanes of isolates that did not exist when the first batch of timeline data was loaded were previously labeled `Unknown`. Now they have the same labeling as other isolates. Fixes #1881 * Address requested changes
- Loading branch information
Showing
1 changed file
with
54 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters