Home
last modified time | relevance | path

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

/system/core/liblog/include_vndk/log/
Dlog_read.h91 struct logger_entry_v3 { struct
93 uint16_t hdr_size; /* sizeof(struct logger_entry_v3) */ argument
94 int32_t pid; /* generating process's pid */
95 int32_t tid; /* generating process's tid */
96 int32_t sec; /* seconds since Epoch */
97 int32_t nsec; /* nanoseconds */
98 uint32_t lid; /* log id of the payload */
99 char msg[0]; /* the entry's payload */
/system/core/liblog/include/log/
Dlog_read.h91 struct logger_entry_v3 { struct
93 uint16_t hdr_size; /* sizeof(struct logger_entry_v3) */ argument
94 int32_t pid; /* generating process's pid */
95 int32_t tid; /* generating process's tid */
96 int32_t sec; /* seconds since Epoch */
97 int32_t nsec; /* nanoseconds */
98 uint32_t lid; /* log id of the payload */
99 char msg[0]; /* the entry's payload */