!1780 hilog API Lint整改

Merge pull request !1780 from liuyifei/master
This commit is contained in:
openharmony_ci 2024-11-20 07:02:23 +00:00 committed by Gitee
commit c0fbc1715f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -13,8 +13,6 @@
* limitations under the License.
*/
#ifndef HIVIEWDFX_HILOG_H
#define HIVIEWDFX_HILOG_H
/**
* @addtogroup HiLog
* @{
@ -57,8 +55,14 @@
* Output result:\n
* 05-06 15:01:06.870 1051 1051 W 0201/MY_TAG: Failed to visit <private>, reason:503.\n
*
* @library libhilog.so
* @syscap SystemCapability.HiviewDFX.HiLog
* @since 8
*/
#ifndef HIVIEWDFX_HILOG_H
#define HIVIEWDFX_HILOG_H
#include <stdarg.h>
#include <stdbool.h>