BugreportManager.StartConnectivityBugreport 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
启动连接 bug 报告。
[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
要写入 bugreport 的文件。 这应在仅写的追加模式下打开。
- executor
- IExecutor
- callback
- BugreportManager.BugreportCallback
进度和状态更新的回调。
- 属性
注解
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。