StackFrame
@JsonClass(generateAdapter = true)
Content copied to clipboard
A function call within a stack trace.
Constructors
Link copied to clipboard
fun StackFrame( @Json(name = "location") location: Location? = null, @Json(name = "module") module: String? = null, @Json(name = "parameters") parameters: List<String>? = null, @Json(name = "properties") properties: PropertyBag? = null, @Json(name = "threadId") threadID: Int? = null)
Content copied to clipboard