Home
last modified time | relevance | path

Searched defs:HiLogEntry (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/
H A Dhiview_log.h317 struct HiLogEntry { struct
318 unsigned int len;
319 unsigned int hdrSize;
320 unsigned int pid : 16;
321 unsigned int taskId : 16;
322 unsigned int sec;
323 unsigned int nsec;
324 unsigned int reserved;
325 char msg[0];