data class RequestMemoryDumpResponse
Response type for the TracingDomain.requestMemoryDump command.
<init> |
Response type for the TracingDomain.requestMemoryDump command. RequestMemoryDumpResponse(dumpGuid: String, success: Boolean) |
dumpGuid |
GUID of the resulting global memory dump. val dumpGuid: String |
success |
True iff the global memory dump succeeded. val success: Boolean |