android.util
Class EventLog.Event
java.lang.Object
android.util.EventLog.Event
- Enclosing class:
- EventLog
public static final class EventLog.Event
- extends Object
A previously logged event read from the logs.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventLog.Event
public EventLog.Event(byte[] data)
- Parameters:
data - containing event, read from the system
getProcessId
public int getProcessId()
getThreadId
public int getThreadId()
getTimeNanos
public long getTimeNanos()
getTag
public int getTag()
getData
public Object getData()
- Returns:
- one of Integer, Long, String, or List.
Please submit a feedback, bug or feature