BugreportManager.StartConnectivityBugreport Method

Definition

Starts a connectivity bugreport.

[Android.Runtime.Register("startConnectivityBugreport", "(Landroid/os/ParcelFileDescriptor;Ljava/util/concurrent/Executor;Landroid/os/BugreportManager$BugreportCallback;)V", "", ApiSince=31)]
public void StartConnectivityBugreport (Android.OS.ParcelFileDescriptor bugreportFd, Java.Util.Concurrent.IExecutor executor, Android.OS.BugreportManager.BugreportCallback callback);
[<Android.Runtime.Register("startConnectivityBugreport", "(Landroid/os/ParcelFileDescriptor;Ljava/util/concurrent/Executor;Landroid/os/BugreportManager$BugreportCallback;)V", "", ApiSince=31)>]
member this.StartConnectivityBugreport : Android.OS.ParcelFileDescriptor * Java.Util.Concurrent.IExecutor * Android.OS.BugreportManager.BugreportCallback -> unit

Parameters

bugreportFd
ParcelFileDescriptor

file to write the bugreport. This should be opened in write-only, append mode.

executor
IExecutor
callback
BugreportManager.BugreportCallback

callback for progress and status updates.

Attributes

Remarks

Java documentation for android.os.BugreportManager.startConnectivityBugreport(android.os.ParcelFileDescriptor, java.util.concurrent.Executor, android.os.BugreportCallback).

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