Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
logger_entry Struct Reference

Version 1 Android logger entry header, preceding the log message payload. More...

#include <logcat.h>

Public Attributes

uint16_t len
uint16_t __pad
int32_t pid
int32_t tid
int32_t sec
int32_t nsec

Detailed Description

Version 1 Android logger entry header, preceding the log message payload.

Member Data Documentation

◆ __pad

uint16_t logger_entry::__pad

Explicit padding to maintain 4-byte alignment; value is undefined.

◆ len

uint16_t logger_entry::len

Length in bytes of the message payload that follows this header.

◆ nsec

int32_t logger_entry::nsec

Timestamp nanoseconds component.

◆ pid

int32_t logger_entry::pid

Process ID of the process that generated this log entry.

◆ sec

int32_t logger_entry::sec

Timestamp seconds component, seconds since the Unix epoch.

◆ tid

int32_t logger_entry::tid

Thread ID of the thread that generated this log entry.


The documentation for this struct was generated from the following file: