We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9208b58 commit 8f743b2Copy full SHA for 8f743b2
dongtai-agent/src/main/java/io/dongtai/iast/agent/monitor/impl/AgentStateMonitor.java
@@ -65,11 +65,9 @@ public void check() {
65
if (allowReport && !agentState.isAllowReport()) {
66
DongTaiLog.info("engine is allowed to report data");
67
agentState.setAllowReport(allowReport);
68
- engineManager.start();
69
} else if (!allowReport && agentState.isAllowReport()) {
70
DongTaiLog.info("engine is not allowed to report data");
71
72
- engineManager.stop();
73
}
74
75
if (!agentState.isFallback() && !agentState.isException() && agentState.isAllowReport() && agentState.isAllowReport()) {
0 commit comments