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

Version 2/3 Android logger entry header, extending v1 with a self-describing size field and an ID union. More...

#include <logcat.h>

Public Attributes

uint16_t len
uint16_t hdr_size
int32_t pid
int32_t tid
int32_t sec
int32_t nsec
union { 
   uint32_t   euid 
   uint32_t   lid 
id

Detailed Description

Version 2/3 Android logger entry header, extending v1 with a self-describing size field and an ID union.

Member Data Documentation

◆ euid

uint32_t logger_entry_v2::euid

v2: Effective UID of the process that wrote this log entry.

◆ hdr_size

uint16_t logger_entry_v2::hdr_size

Size of this header structure in bytes, used to distinguish v2/v3 from v1.

◆ [union]

union { ... } logger_entry_v2::id

Identifier field whose interpretation depends on the header version.

◆ len

uint16_t logger_entry_v2::len

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

◆ lid

uint32_t logger_entry_v2::lid

v3: Log buffer ID identifying the log stream (e.g., main, radio, events).

◆ nsec

int32_t logger_entry_v2::nsec

Timestamp nanoseconds component.

◆ pid

int32_t logger_entry_v2::pid

Process ID of the process that generated this log entry.

◆ sec

int32_t logger_entry_v2::sec

Timestamp seconds component, seconds since the Unix epoch.

◆ tid

int32_t logger_entry_v2::tid

Thread ID of the thread that generated this log entry.


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