pl.wendigo.chrome.api.tracing / RequestMemoryDumpResponse

RequestMemoryDumpResponse

data class RequestMemoryDumpResponse (source)

Represents response frame that is returned from Tracing#requestMemoryDump operation call. Request a global memory dump.

Link
Tracing#requestMemoryDump method documentation.

See Also

TracingOperations.requestMemoryDump

Constructors

<init>

RequestMemoryDumpResponse(dumpGuid: String, success: Boolean)

Represents response frame that is returned from Tracing#requestMemoryDump operation call. Request a global memory dump.

Properties

dumpGuid

val dumpGuid: String

GUID of the resulting global memory dump.

success

val success: Boolean

True iff the global memory dump succeeded.