Added in API level 8
Summary:
Methods
| Inherited Methods
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
Added in API level 8
public Object getData ()
Returns | |
---|---|
Object |
one of Integer, Long, Float, String, null, or Object[] of same. |
getProcessId
Added in API level 8
public int getProcessId ()
Returns | |
---|---|
int |
the process ID which wrote the log entry |
getThreadId
Added in API level 8
public int getThreadId ()
Returns | |
---|---|
int |
the thread ID which wrote the log entry |
getTimeNanos
Added in API level 8
public long getTimeNanos ()
Returns | |
---|---|
long |
the wall clock time when the entry was written |