core/commands/heap_dump/heap_dump_models library

Classes

HeapDumpAppDied
App terminated mid-operation.
HeapDumpError
Generic or unexpected error.
HeapDumpNoIsolate
No Flutter isolate was found (app not running or no VM service).
HeapDumpResult
Result of a dumpHeap invocation.
HeapDumpSuccess
Snapshot captured and written to outputPath.

Typedefs

HeapDumpInput = ({String? isolateId, String outputPath, bool skipGc})
Input parameters for dumpHeap.