Added in API level 8

Event


class Event
kotlin.Any
   ↳ android.util.EventLog.Event

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

Summary

Public methods
Boolean
equals(other: Any?)

Any!

Int

Int

Int

Long

Int

Public methods

equals

fun equals(other: Any?): Boolean
Parameters
obj the reference object with which to compare.
Return
Boolean true if this object is the same as the obj argument; false otherwise.

getData

Added in API level 8
fun getData(): Any!
Return
Any! one of Integer, Long, Float, String, null, or Object[] of same.

getProcessId

Added in API level 8
fun getProcessId(): Int
Return
Int the process ID which wrote the log entry

getTag

Added in API level 8
fun getTag(): Int
Return
Int the type tag code of the entry

getThreadId

Added in API level 8
fun getThreadId(): Int
Return
Int the thread ID which wrote the log entry

getTimeNanos

Added in API level 8
fun getTimeNanos(): Long
Return
Long the wall clock time when the entry was written

hashCode

fun hashCode(): Int
Return
Int a hash code value for this object.