NativeStackframe

Represents a single native stackframe

Properties

Link copied to clipboard

Identifies the exact build this frame originates from.

Link copied to clipboard
var file: String?

The location of the source file

Link copied to clipboard

The address of the instruction where the event occurred.

Link copied to clipboard

Whether this frame identifies the program counter

Link copied to clipboard

The line number within the source file this stackframe refers to

Link copied to clipboard

The address of the library where the event occurred.

Link copied to clipboard

The name of the method that was being executed

Link copied to clipboard

The address of the function where the event occurred.

Link copied to clipboard

The type of the error

Functions

Link copied to clipboard
open override fun toStream(writer: JsonStream)