BugreportManager.StartConnectivityBugreport 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.
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
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.