stopTrackingHeapObjects
suspend fun stopTrackingHeapObjects(args: HeapProfiler.StopTrackingHeapObjectsParameter, mode: CommandMode = CommandMode.DEFAULT)
suspend fun stopTrackingHeapObjects(reportProgress: Boolean? = null, treatGlobalObjectsAsRoots: Boolean? = null, captureNumericValue: Boolean? = null, exposeInternals: Boolean? = null)
Parameters
reportProgress
If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken when the tracking is stopped.
treatGlobalObjectsAsRoots
Deprecated in favor of exposeInternals.
captureNumericValue
If true, numerical values are included in the snapshot
exposeInternals
If true, exposes internals of the snapshot.