Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit af9b8db

Browse files
mykola-semkofacebook-github-bot
authored andcommitted
Do not clear d_api context maps during the close
Summary: ^ Reviewed By: ndmitchell fbshipit-source-id: 5e3b72f5aeb8657fe30b88d2c5134d30b6e36b54
1 parent e84dfb6 commit af9b8db

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/com/facebook/buck/downwardapi/processexecutor/context/DownwardApiExecutionContext.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ public void registerActionId(ActionId actionId) {
118118
@Override
119119
public synchronized void close() {
120120
verifyAllEventsProcessed();
121-
chromeTraceStartedEvents.clear();
122-
stepStartedEvents.clear();
123-
actionToThreadIdMap.clear();
124121
}
125122

126123
private void verifyAllEventsProcessed() {

0 commit comments

Comments
 (0)