diff --git a/hiviewdfx/hidebug/include/hidebug/hidebug_type.h b/hiviewdfx/hidebug/include/hidebug/hidebug_type.h index 1c442c4ad1aebec2e4f53c7c7838b97be90fa937..56d50323e13a5368073f2d34a17978c5a83ee975 100644 --- a/hiviewdfx/hidebug/include/hidebug/hidebug_type.h +++ b/hiviewdfx/hidebug/include/hidebug/hidebug_type.h @@ -50,7 +50,12 @@ extern "C" { typedef enum HiDebug_ErrorCode { /** Success */ HIDEBUG_SUCCESS = 0, - /** Invalid argument */ + /** + * Invalid argument + * 1.The parameter is not within the enumeration type + * 2.The limitsize is too small + * 3.The file name is a null pointer + */ HIDEBUG_INVALID_ARGUMENT = 401, /** Have already capture trace */ HIDEBUG_TRACE_CAPTURED_ALREADY = 11400102,