Home
last modified time | relevance | path

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

/system/core/include/log/
Dlogger.h56 struct logger_entry_v3 { struct
58 uint16_t hdr_size; /* sizeof(struct logger_entry_v3) */ argument
59 int32_t pid; /* generating process's pid */
60 int32_t tid; /* generating process's tid */
61 int32_t sec; /* seconds since Epoch */
62 int32_t nsec; /* nanoseconds */
63 uint32_t lid; /* log id of the payload */
64 char msg[0]; /* the entry's payload */