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
Any!

Int

Int

Int

Long

Public methods

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