|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.android.ddmlib.log.LogReceiver
public final class LogReceiver
Receiver able to provide low level parsing for device-side log services.
| Nested Class Summary | |
|---|---|
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. |
static class |
LogReceiver.LogEntry
Represents a log entry and its raw data. |
| Constructor Summary | |
|---|---|
LogReceiver(LogReceiver.ILogListener listener)
Creates a LogReceiver with an LogReceiver.ILogListener. |
|
| Method Summary | |
|---|---|
void |
cancel()
Cancels the current remote service. |
boolean |
isCancelled()
Returns whether this receiver is canceling the remote service. |
void |
parseNewData(byte[] data,
int offset,
int length)
Parses new data coming from the log service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogReceiver(LogReceiver.ILogListener listener)
LogReceiver with an LogReceiver.ILogListener.
The LogReceiver.ILogListener will receive new log entries as they are parsed, in the form
of LogReceiver.LogEntry objects.
listener - the listener to receive new log entries.| Method Detail |
|---|
public void parseNewData(byte[] data,
int offset,
int length)
data - the data bufferoffset - the offset into the buffer signaling the beginning of the new data.length - the length of the new data.public boolean isCancelled()
public void cancel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||