BugreportManager.StartConnectivityBugreport Method
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.
C#
[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
- 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
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.
Produkt | Versioner |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |