|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
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 |
Version 1 Android logger entry header, preceding the log message payload.
| uint16_t logger_entry::__pad |
Explicit padding to maintain 4-byte alignment; value is undefined.
| uint16_t logger_entry::len |
Length in bytes of the message payload that follows this header.
| int32_t logger_entry::nsec |
Timestamp nanoseconds component.
| int32_t logger_entry::pid |
Process ID of the process that generated this log entry.
| int32_t logger_entry::sec |
Timestamp seconds component, seconds since the Unix epoch.
| int32_t logger_entry::tid |
Thread ID of the thread that generated this log entry.