Lines Matching refs:eventInfo

75 …OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.domain=%{public}s", appEventGroups[i].appEvent…
76 …OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.name=%{public}s", appEventGroups[i].appEventIn…
77 …OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.eventType=%{public}d", appEventGroups[i].appEv…
102 … OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.time=%{public}lld", time);
103 … OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.foreground=%{public}d", foreground);
104 …OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.bundle_version=%{public}s", bundleVersi…
105 …OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.bundle_name=%{public}s", bundleName.c_s…
106 …OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.process_name=%{public}s", processName.c…
107 … OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.pid=%{public}d", pid);
108 … OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.uid=%{public}d", uid);
109 … OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.uuid=%{public}s", uuid.c_str());
110 …OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.exception=%{public}s", exception.c_str(…
111 … OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.hilog.size=%{public}d", hilogSize);
112 …OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.event_handler.size=%{public}d", handleS…
113 …OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.event_handler_3s.size=%{public}s", hand…
114 …OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.event_handler_6s.size=%{public}s", hand…
115 …OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.peer_binder.size=%{public}d", peerBindS…
116 … OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.threads.size=%{public}d", threadSize);
117 … OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.memory=%{public}s", memory.c_str());
118 …OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.external_log=%{public}s", externalLog.c…
119 …OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.log_over_limit=%{public}d", logOverLimi…
154 Json::Value eventInfo;
155 if (reader.parse(events[i], eventInfo)) {
156 auto domain = eventInfo["domain_"].asString();
157 auto name = eventInfo["name_"].asString();
158 auto type = eventInfo["type_"].asInt();
159 … OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.domain=%{public}s", domain.c_str());
160 … OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.name=%{public}s", name.c_str());
161 OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.eventType=%{public}d", type);
163 auto time = eventInfo["time"].asInt64();
164 auto foreground = eventInfo["foreground"].asBool();
165 auto bundleVersion = eventInfo["bundle_version"].asString();
166 auto bundleName = eventInfo["bundle_name"].asString();
167 auto processName = eventInfo["process_name"].asString();
168 auto pid = eventInfo["pid"].asInt();
169 auto uid = eventInfo["uid"].asInt();
170 auto uuid = eventInfo["uuid"].asString();
171 auto exception = writer.write(eventInfo["exception"]);
172 auto hilogSize = eventInfo["hilog"].size();
173 auto handleSize = eventInfo["event_handler"].size();
174 auto handleSize3s = eventInfo["event_handler_size_3s"].asString();
175 auto handleSize6s = eventInfo["event_handler_size_6s"].asString();
176 auto peerBindSize = eventInfo["peer_binder"].size();
177 auto threadSize = eventInfo["threads"].size();
178 auto memory = writer.write(eventInfo["memory"]);
179 auto externalLog = writer.write(eventInfo["external_log"]);
180 auto logOverLimit = eventInfo["log_over_limit"].asBool();
181 … OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.time=%{public}lld", time);
182 … OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.foreground=%{public}d", foreground);
183 …OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.bundle_version=%{public}s", bundleVersi…
184 …OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.bundle_name=%{public}s", bundleName.c_s…
185 …OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.process_name=%{public}s", processName.c…
186 … OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.pid=%{public}d", pid);
187 … OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.uid=%{public}d", uid);
188 … OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.uuid=%{public}s", uuid.c_str());
189 …OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.exception=%{public}s", exception.c_str(…
190 … OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.hilog.size=%{public}d", hilogSize);
191 …OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.event_handler.size=%{public}d", handleS…
192 …OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.event_handler_3s.size=%{public}s", hand…
193 …OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.event_handler_6s.size=%{public}s", hand…
194 …OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.peer_binder.size=%{public}d", peerBindS…
195 … OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.threads.size=%{public}d", threadSize);
196 … OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.memory=%{public}s", memory.c_str());
197 …OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.external_log=%{public}s", externalLog.c…
198 …OH_LOG_INFO(LogType::LOG_APP, "HiAppEvent eventInfo.params.log_over_limit=%{public}d", logOverLimi…
274 HiAppEvent eventInfo.domain=OS
275 HiAppEvent eventInfo.name=APP_FREEZE
276 HiAppEvent eventInfo.eventType=1
277 HiAppEvent eventInfo.params.time=1502049167732
278 HiAppEvent eventInfo.params.foreground=1
279 HiAppEvent eventInfo.params.bundle_version=1.0.0
280 HiAppEvent eventInfo.params.bundle_name=com.example.myapplication
281 HiAppEvent eventInfo.params.process_name=com.example.myapplication
282 HiAppEvent eventInfo.params.pid=1587
283 HiAppEvent eventInfo.params.uid=20010043
284 HiAppEvent eventInfo.params.uuid=a78a23b20f3dd9730f18a5cfa2304deac1104ac4086755c4a59cf7c72d414e2e
285 …HiAppEvent eventInfo.params.exception={"message":"App main thread is not response!","name":"THREAD…
286 HiAppEvent eventInfo.params.hilog.size=6
287 HiAppEvent eventInfo.params.event_handler.size=16
288 HiAppEvent eventInfo.params.event_handler_3s.size=15
289 HiAppEvent eventInfo.params.event_handler_6s.size=16
290 HiAppEvent eventInfo.params.peer_binder.size=0
291 HiAppEvent eventInfo.params.threads.size=28
292 …HiAppEvent eventInfo.params.memory={"pss":0,"rss":0,"sys_avail_mem":1326520,"sys_free_mem":940588,…
293 …HiAppEvent eventInfo.params.external_log=["/data/storage/el2/log/hiappevent/APP_FREEZE_15020491852…
294 HiAppEvent eventInfo.params.log_over_limit=0