FragmentController.DumpLoaders Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Dumps the current state of the loaders.
[Android.Runtime.Register("dumpLoaders", "(Ljava/lang/String;Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V", "GetDumpLoaders_Ljava_lang_String_Ljava_io_FileDescriptor_Ljava_io_PrintWriter_arrayLjava_lang_String_Handler", ApiSince=23)]
public virtual void DumpLoaders (string? prefix, Java.IO.FileDescriptor? fd, Java.IO.PrintWriter? writer, string[]? args);
[<Android.Runtime.Register("dumpLoaders", "(Ljava/lang/String;Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V", "GetDumpLoaders_Ljava_lang_String_Ljava_io_FileDescriptor_Ljava_io_PrintWriter_arrayLjava_lang_String_Handler", ApiSince=23)>]
abstract member DumpLoaders : string * Java.IO.FileDescriptor * Java.IO.PrintWriter * string[] -> unit
override this.DumpLoaders : string * Java.IO.FileDescriptor * Java.IO.PrintWriter * string[] -> unit
Parameters
- prefix
- String
- writer
- PrintWriter
- args
- String[]
- Attributes
Remarks
Dumps the current state of the loaders.
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.