LoaderManager.Dump(String, FileDescriptor, PrintWriter, String[]) Method

Definition

Print the LoaderManager's state into the given stream.

[Android.Runtime.Register("dump", "(Ljava/lang/String;Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V", "GetDump_Ljava_lang_String_Ljava_io_FileDescriptor_Ljava_io_PrintWriter_arrayLjava_lang_String_Handler")]
public abstract void Dump(string? prefix, Java.IO.FileDescriptor? fd, Java.IO.PrintWriter? writer, string[]? args);
[<Android.Runtime.Register("dump", "(Ljava/lang/String;Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V", "GetDump_Ljava_lang_String_Ljava_io_FileDescriptor_Ljava_io_PrintWriter_arrayLjava_lang_String_Handler")>]
abstract member Dump : string * Java.IO.FileDescriptor * Java.IO.PrintWriter * string[] -> unit

Parameters

prefix
String

String: Text to print at the front of each line.

fd
FileDescriptor

FileDescriptor: The raw file descriptor that the dump is being sent to.

writer
PrintWriter

PrintWriter: A PrintWriter to which the dump is to be set.

args
String[]

String: Additional arguments to the dump request.

Attributes

Remarks

Print the LoaderManager's state into the given stream.

Android reference for android.app.LoaderManager.dump.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to