提交 9afd40fc 编写于 作者: J Johannes Rieken

don't stop to log after first signal, #15456

上级 beed7379
...@@ -123,7 +123,7 @@ export class ExtensionHostProcessWorker { ...@@ -123,7 +123,7 @@ export class ExtensionHostProcessWorker {
this.extHostWatchDog.start(); this.extHostWatchDog.start();
this.extHostWatchDog.onAlert(() => { this.extHostWatchDog.onAlert(() => {
this.extHostWatchDog.stop(); this.extHostWatchDog.reset();
// log the identifiers of those extensions that // log the identifiers of those extensions that
// have code and are loaded in the extension host // have code and are loaded in the extension host
...@@ -134,7 +134,7 @@ export class ExtensionHostProcessWorker { ...@@ -134,7 +134,7 @@ export class ExtensionHostProcessWorker {
ids.push(ext.id); ids.push(ext.id);
} }
} }
this.telemetryService.publicLog('extHostUnresponsive', { extensionIds: ids }); this.telemetryService.publicLog('extHostUnresponsive2', { extensionIds: ids });
}); });
}); });
}); });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册