TraceEvents can additionally contain callstack information. This can help capture the program stack in case of an exceptional event during a trace.

Summary

Public functions

open operator Boolean
equals(other: Any?)
Cmn
open Int
Cmn
Unit
Cmn
open String
Cmn

Public properties

Int
Cmn
String?
Cmn
String?
Cmn

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

reset

fun reset(): Unit

toString

open fun toString(): String

Public properties

lineNumber

var lineNumberInt

name

var nameString?

sourceFile

var sourceFileString?