Language

WallpaperService.Engine.Dump Method

Definition

Prints this engine's state to the specified output.

[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")]
protected virtual void Dump(string? prefix, Java.IO.FileDescriptor? fd, Java.IO.PrintWriter? out, 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
override this.Dump : string * Java.IO.FileDescriptor * Java.IO.PrintWriter * string[] -> unit

Parameters

prefix
String

A string to prepend to each line of output.

fd
FileDescriptor

The raw file descriptor to which the dump is sent.

out
PrintWriter

The PrintWriter to which the engine's state should be written.

args
String[]

Additional arguments for the dump request.

Attributes

Remarks

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