|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.android.ddmlib.log.LogReceiver.LogEntry
public static final class LogReceiver.LogEntry
Represents a log entry and its raw data.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
LogReceiver.LogEntry()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int len
public int pid
LogReceiver.LogEntry
public int tid
LogReceiver.LogEntry
public int sec
public int nsec
public byte[] data
| Constructor Detail |
|---|
public LogReceiver.LogEntry()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||