qBool DisableApiRecorder( ProtocolCallContext * pContext );
Name | Description | |
---|---|---|
in | pContext |
Call information. |
Value | Description |
---|---|
true |
RMC call initialization succeeded. |
false |
Failure. |
Disables the recording of function calls by the server.
Disables the recording of function calls by the server. When the feature is disabled, the log of recorded function calls is entirely deleted.
Note that the overall server can only be in one state, with the recording of function calls either enabled or disabled. If you call DisableApiRecorder
, it affects the other clients that are also using DebugClient
.
CONFIDENTIAL