Package com.android.ddmlib.log

Interface Summary
LogReceiver.ILogListener Classes which implement this interface provide a method that deals with LogReceiver.LogEntry objects coming from log service through a LogReceiver.
 

Class Summary
EventContainer Represents an event and its data.
EventLogParser Parser for the "event" log.
EventValueDescription Describes an EventContainer value.
LogReceiver Receiver able to provide low level parsing for device-side log services.
LogReceiver.LogEntry Represents a log entry and its raw data.
 

Enum Summary
EventContainer.CompareMethod Comparison method for EventContainer.testValue(int, Object, com.android.ddmlib.log.EventContainer.CompareMethod)
EventContainer.EventValueType Type for event data.
EventValueDescription.ValueType Represents the type of a numerical value.
 

Exception Summary
InvalidTypeException Exception thrown when accessing an EventContainer value with the wrong type.
InvalidValueTypeException Exception thrown when associating an EventContainer.EventValueType with an incompatible EventValueDescription.ValueType.