MemoryDumpLevelOfDetail

@Serializable(with = MemoryDumpLevelOfDetailSerializer::class)
sealed interface MemoryDumpLevelOfDetail

Details exposed when memory request explicitly declared. Keep consistent with memory_dump_request_args.h and memory_instrumentation.mojom

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = MemoryDumpLevelOfDetailSerializer::class)
data object background : MemoryDumpLevelOfDetail
Link copied to clipboard
@Serializable(with = MemoryDumpLevelOfDetailSerializer::class)
data object detailed : MemoryDumpLevelOfDetail
Link copied to clipboard
@Serializable(with = MemoryDumpLevelOfDetailSerializer::class)
data object light : MemoryDumpLevelOfDetail
Link copied to clipboard
@Serializable(with = MemoryDumpLevelOfDetailSerializer::class)
data class NotDefinedInProtocol(val value: String) : MemoryDumpLevelOfDetail

This extra enum entry represents values returned by Chrome that were not defined in the protocol (for instance new values that were added later).