|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface LogReceiver.ILogListener
Classes which implement this interface provide a method that deals
with LogReceiver.LogEntry objects coming from log service through a LogReceiver.
newEntry(com.android.ddmlib.log.LogReceiver.LogEntry) provides a
first level of parsing, extracting LogReceiver.LogEntry objects out of the log service output.newData(byte[], int, int) provides a way to receive the raw information
coming directly from the log service.
| Method Summary | |
|---|---|
void |
newData(byte[] data,
int offset,
int length)
Sent when new raw data is coming from the log service. |
void |
newEntry(LogReceiver.LogEntry entry)
Sent when a new LogReceiver.LogEntry has been parsed by the LogReceiver. |
| Method Detail |
|---|
void newEntry(LogReceiver.LogEntry entry)
LogReceiver.LogEntry has been parsed by the LogReceiver.
entry - the new log entry.
void newData(byte[] data,
int offset,
int length)
data - the raw data buffer.offset - the offset into the buffer signaling the beginning of the new data.length - the length of the new data.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||