RequestMemoryDumpResponse

@Serializable
data class RequestMemoryDumpResponse(val dumpGuid: String, val success: Boolean)

Response type for the TracingDomain.requestMemoryDump command.

Constructors

Link copied to clipboard
constructor(dumpGuid: String, success: Boolean)

Properties

Link copied to clipboard

GUID of the resulting global memory dump.

Link copied to clipboard

True iff the global memory dump succeeded.