mirror of
https://gitee.com/openharmony/applications_settings
synced 2024-11-23 14:30:06 +00:00
update napi/settings/napi_settings_log.h.
Signed-off-by: fangzheng24 <fangzheng24@huawei.com>
This commit is contained in:
parent
1b479e4e21
commit
97ec9ccaaf
@ -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__)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user