public static final class LogReceiver.LogEntry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
data
The entry's raw data.
|
int |
len
16bit unsigned: length of the payload.
|
int |
nsec
nanoseconds.
|
int |
pid
pid of the process that generated this
LogReceiver.LogEntry |
int |
sec
Seconds since epoch.
|
int |
tid
tid of the process that generated this
LogReceiver.LogEntry |
| Constructor and Description |
|---|
LogEntry() |
public int len
public int pid
LogReceiver.LogEntrypublic int tid
LogReceiver.LogEntrypublic int sec
public int nsec
public byte[] data