# Print output for @column tags ?> EventLog.Event - Android SDK | Android Developers

Most visited

Recently visited

EventLog.Event

public static final class EventLog.Event
extends Object

java.lang.Object
   ↳ android.util.EventLog.Event


A previously logged event read from the logs. Instances are thread safe.

Summary

Public methods

Object getData()
int getProcessId()
int getTag()
int getThreadId()
long getTimeNanos()

Inherited methods

Public methods

getData

public Object getData ()

Returns
Object one of Integer, Long, Float, String, null, or Object[] of same.

getProcessId

public int getProcessId ()

Returns
int the process ID which wrote the log entry

getTag

public int getTag ()

Returns
int the type tag code of the entry

getThreadId

public int getThreadId ()

Returns
int the thread ID which wrote the log entry

getTimeNanos

public long getTimeNanos ()

Returns
long the wall clock time when the entry was written