diff --git a/frameworks/native/hisysevent_json_decorator.cpp b/frameworks/native/hisysevent_json_decorator.cpp index 3543c70b62f54116180a7b42116f3abb94cdf11d..245cd4ae175c0efd71ee4f898f70ae96e1e0e87a 100644 --- a/frameworks/native/hisysevent_json_decorator.cpp +++ b/frameworks/native/hisysevent_json_decorator.cpp @@ -45,7 +45,8 @@ constexpr int NAME_INDEX = 2; const char* INNER_BUILD_KEYS[] = { "__BASE", "domain_", "name_", "type_", "level_", "tag_", "time_", "tz_", "pid_", "tid_", "uid_", "traceid_", "log_", - "id_", "spanid_", "pspanid_", "trace_flag_", "info_", "seq_" }; + "id_", "spanid_", "pspanid_", "trace_flag_", "info_", "seq_", + "period_seq_"}; const std::string VALID_LEVELS[] = { "CRITICAL", "MINOR" }; const std::map EVENT_TYPE_MAP = {{"FAULT", 1}, {"STATISTIC", 2}, {"SECURITY", 3}, {"BEHAVIOR", 4} }; }