HeapDumper

fun interface HeapDumper

Functions

dumpHeap
Link copied to clipboard
abstract fun dumpHeap(heapDumpFile: File)

Dumps the heap. The implementation is expected to be blocking until the heap is dumped or heap dumping failed.

Inheritors

AndroidDebugHeapDumper
Link copied to clipboard