Package com.android.ddmlib.log
-
Interface Summary Interface Description LogReceiver.ILogListener Classes which implement this interface provide a method that deals withLogReceiver.LogEntry
objects coming from log service through aLogReceiver
. -
Class Summary Class Description EventContainer Represents an event and its data.EventLogParser Parser for the "event" log.EventValueDescription Describes anEventContainer
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 Enum Description EventContainer.CompareMethod EventContainer.EventValueType Type for event data.EventValueDescription.ValueType Represents the type of a numerical value. -
Exception Summary Exception Description InvalidTypeException Exception thrown when accessing anEventContainer
value with the wrong type.InvalidValueTypeException Exception thrown when associating anEventContainer.EventValueType
with an incompatibleEventValueDescription.ValueType
.