update napi/settings/napi_settings_log.h.

Signed-off-by: fangzheng24 <fangzheng24@huawei.com>
This commit is contained in:
fangzheng24 2023-02-03 06:35:16 +00:00 committed by Gitee
parent 1b479e4e21
commit 97ec9ccaaf
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -23,7 +23,7 @@
#include "hilog/log.h"
namespace OHOS::Settings {
static const OHOS::HiviewDFX::HiLogLabel SETTINGS_LABEL = { LOG_CORE, 0xD001651, "Settings" };
static const OHOS::HiviewDFX::HiLogLabel SETTINGS_LABEL = { LOG_APP, 0x0500, "Settings" };
#define __FILENAME__ (__builtin_strrchr(__FILE__, '/') ? __builtin_strrchr(__FILE__, '/') + 1 : __FILE__)