Home
last modified time | relevance | path

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

/system/core/liblog/include_vndk/log/
Dlog_read.h108 struct logger_entry_v4 { struct
110 uint16_t hdr_size; /* sizeof(struct logger_entry_v4) */ argument
111 int32_t pid; /* generating process's pid */
112 uint32_t tid; /* generating process's tid */
113 uint32_t sec; /* seconds since Epoch */
114 uint32_t nsec; /* nanoseconds */
115 uint32_t lid; /* log id of the payload, bottom 4 bits currently */
116 uint32_t uid; /* generating process's uid */
117 char msg[0]; /* the entry's payload */
/system/core/liblog/include/log/
Dlog_read.h108 struct logger_entry_v4 { struct
110 uint16_t hdr_size; /* sizeof(struct logger_entry_v4) */ argument
111 int32_t pid; /* generating process's pid */
112 uint32_t tid; /* generating process's tid */
113 uint32_t sec; /* seconds since Epoch */
114 uint32_t nsec; /* nanoseconds */
115 uint32_t lid; /* log id of the payload, bottom 4 bits currently */
116 uint32_t uid; /* generating process's uid */
117 char msg[0]; /* the entry's payload */