|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
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 |
Version 2/3 Android logger entry header, extending v1 with a self-describing size field and an ID union.
| uint32_t logger_entry_v2::euid |
v2: Effective UID of the process that wrote this log entry.
| uint16_t logger_entry_v2::hdr_size |
Size of this header structure in bytes, used to distinguish v2/v3 from v1.
| union { ... } logger_entry_v2::id |
Identifier field whose interpretation depends on the header version.
| uint16_t logger_entry_v2::len |
Length in bytes of the message payload that follows this header.
| uint32_t logger_entry_v2::lid |
v3: Log buffer ID identifying the log stream (e.g., main, radio, events).
| int32_t logger_entry_v2::nsec |
Timestamp nanoseconds component.
| int32_t logger_entry_v2::pid |
Process ID of the process that generated this log entry.
| int32_t logger_entry_v2::sec |
Timestamp seconds component, seconds since the Unix epoch.
| int32_t logger_entry_v2::tid |
Thread ID of the thread that generated this log entry.