Skip to content

Commit 376b934

Browse files
derekxu16Commit Queue
authored andcommitted
[VM/Service] Add map update missing from socket profiling code
CoreLibraryReviewExempt: This CL does not include any core library API changes, only socket profiling implementation changes. Issue: #52875 Change-Id: Ia57fac86d721d7f57380dcc00753c4b77d289ad0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/411720 Commit-Queue: Derek Xu <[email protected]> Reviewed-by: Jessy Yameogo <[email protected]>
1 parent c339839 commit 376b934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/lib/io/network_profiling.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ abstract class _SocketProfile {
254254
addr.type == InternetAddress.loopbackIPv6)
255255
? '[${addr.address}]'
256256
: addr.address;
257-
_SocketStatistic(
257+
_idToSocketStatistic[id.toString()] = _SocketStatistic(
258258
id.toString(),
259259
startTime: Timeline.now,
260260
socketType: type,

0 commit comments

Comments
 (0)