Searched refs:FIRST_200_BYTES (Results 1 – 1 of 1) sorted by relevance
51 constexpr string::size_type FIRST_200_BYTES = 200; in ParseFaultLogInfoFromJson() local52 …I("parse FaultLogInfo from %{public}s.", sysEvent->AsJsonStr().substr(0, FIRST_200_BYTES).c_str()); in ParseFaultLogInfoFromJson()