diff --git a/hiviewdfx/hidebug/include/hidebug/hidebug_type.h b/hiviewdfx/hidebug/include/hidebug/hidebug_type.h index 1c442c4ad1aebec2e4f53c7c7838b97be90fa937..093592aa4dbfd332d7940c40043c3316ab730110 100644 --- a/hiviewdfx/hidebug/include/hidebug/hidebug_type.h +++ b/hiviewdfx/hidebug/include/hidebug/hidebug_type.h @@ -57,7 +57,9 @@ typedef enum HiDebug_ErrorCode { /** No write permission on the file */ HIDEBUG_NO_PERMISSION = 11400103, /** The status of the trace is abnormal */ - HIDEBUG_TRACE_ABNORMAL = 11400104 + HIDEBUG_TRACE_ABNORMAL = 11400104, + /** No trace captured running */ + HIDEBUG_NO_TRACE_CAPTURED_RUNNING = 11400105, } HiDebug_ErrorCode; /**