Home
last modified time | relevance | path

Searched refs:FIX_LEN (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
H A Dhilog_module.cpp26 static const int32_t FIX_LEN = 5; variable
278 … if ((HilogString::Length(&logContent) + DOMAIN_LEN + FIX_LEN) + strlen(tag) > (MAX_FORMAT - 1)) { in HilogImpl()
279 …HILOG_HILOGE("HilogImpl: log length > %{public}d.", MAX_FORMAT - DOMAIN_LEN - FIX_LEN - strlen(tag… in HilogImpl()