IBinder.DumpAsync(FileDescriptor, 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.
Like #dump(FileDescriptor, String[])
but always executes
asynchronously.
[Android.Runtime.Register("dumpAsync", "(Ljava/io/FileDescriptor;[Ljava/lang/String;)V", "GetDumpAsync_Ljava_io_FileDescriptor_arrayLjava_lang_String_Handler:Android.OS.IBinderInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void DumpAsync (Java.IO.FileDescriptor fd, string[]? args);
[<Android.Runtime.Register("dumpAsync", "(Ljava/io/FileDescriptor;[Ljava/lang/String;)V", "GetDumpAsync_Ljava_io_FileDescriptor_arrayLjava_lang_String_Handler:Android.OS.IBinderInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member DumpAsync : Java.IO.FileDescriptor * string[] -> unit
Parameters
The raw file descriptor that the dump is being sent to.
- args
- String[]
additional arguments to the dump request.
- Attributes
Exceptions
Remarks
Like #dump(FileDescriptor, String[])
but always executes asynchronously. If the object is local, a new thread is created to perform the dump.
Java documentation for android.os.IBinder.dumpAsync(java.io.FileDescriptor, java.lang.String[])
.
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.