# 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

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.