Android.OS.Debug.DumpHprofData Method
Dump "hprof" data to the specified file.

Syntax

[Android.Runtime.Register("dumpHprofData", "(Ljava/lang/String;)V", "")]
public static void DumpHprofData (string fileName)

Parameters

fileName
Full pathname of output file (e.g. "/sdcard/dump.hprof").

Exceptions

TypeReason
Java.Lang.UnsupportedOperationExceptionif the VM was built without HPROF support.
Java.IO.IOExceptionif an error occurs while opening or writing files.

Remarks

Dump "hprof" data to the specified file. This may cause a GC.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3