feat: add SET_TRACED_PROCESSORS command type for per-processor overrides
This commit is contained in:
@@ -6,5 +6,6 @@ package com.cameleer3.server.core.agent;
|
||||
public enum CommandType {
|
||||
CONFIG_UPDATE,
|
||||
DEEP_TRACE,
|
||||
REPLAY
|
||||
REPLAY,
|
||||
SET_TRACED_PROCESSORS
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user