Loader.DumpAsync(String, FileDescriptor, PrintWriter, String[]) 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.
Print the Loader's state into the given stream.
public System.Threading.Tasks.Task DumpAsync(string? prefix, Java.IO.FileDescriptor? fd, Java.IO.PrintWriter? writer, string[]? args);
member this.DumpAsync : string * Java.IO.FileDescriptor * Java.IO.PrintWriter * string[] -> System.Threading.Tasks.Task
Parameters
- prefix
- String
Text to print at the front of each line.
The raw file descriptor that the dump is being sent to.
- writer
- PrintWriter
A PrintWriter to which the dump is to be set.
- args
- String[]
Additional arguments to the dump request.
Returns
A task that completes after the loader's state has been written to the supplied stream.
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.