added in API level 8
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 | |
|---|---|
java.lang.Object
| |
Public methods
getData
added in API level 8
Object getData ()
| Returns | |
|---|---|
Object |
one of Integer, Long, Float, String, null, or Object[] of same. |
getProcessId
added in API level 8
int getProcessId ()
| Returns | |
|---|---|
int |
the process ID which wrote the log entry |
getThreadId
added in API level 8
int getThreadId ()
| Returns | |
|---|---|
int |
the thread ID which wrote the log entry |
getTimeNanos
added in API level 8
long getTimeNanos ()
| Returns | |
|---|---|
long |
the wall clock time when the entry was written |
Interfaces
Classes
- ArrayMap
- ArraySet
- AtomicFile
- Base64
- Base64InputStream
- Base64OutputStream
- Config
- DebugUtils
- DisplayMetrics
- EventLog
- EventLog.Event
- EventLogTags
- EventLogTags.Description
- FloatMath
- FloatProperty
- Half
- IntProperty
- JsonReader
- JsonWriter
- LayoutDirection
- Log
- LogPrinter
- LongSparseArray
- LruCache
- MonthDisplayHelper
- MutableBoolean
- MutableByte
- MutableChar
- MutableDouble
- MutableFloat
- MutableInt
- MutableLong
- MutableShort
- Pair
- Patterns
- PrintStreamPrinter
- PrintWriterPrinter
- Property
- Range
- Rational
- Size
- SizeF
- SparseArray
- SparseBooleanArray
- SparseIntArray
- SparseLongArray
- StateSet
- StringBuilderPrinter
- TimeUtils
- TimingLogger
- TypedValue
- Xml
Enums
Exceptions