BugreportManager.BugreportCallback.OnError(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取 Bugreport 時呼叫會導致錯誤。
[Android.Runtime.Register("onError", "(I)V", "GetOnError_IHandler", ApiSince=31)]
public virtual void OnError (int errorCode);
[<Android.Runtime.Register("onError", "(I)V", "GetOnError_IHandler", ApiSince=31)>]
abstract member OnError : int -> unit
override this.OnError : int -> unit
參數
- errorCode
- Int32
- 屬性
備註
擷取 Bugreport 時呼叫會導致錯誤。
如果 BUGREPORT_ERROR_USER_DENIED_CONSENT
已傳遞,則使用者不同意與呼叫端應用程式共用 Bugreport。
如果 BUGREPORT_ERROR_USER_CONSENT_TIMED_OUT
通過,則同意逾時,但bugreport可以在 dumpstate的內部目錄中取得,以便手動擷取。
如果 BUGREPORT_ERROR_ANOTHER_REPORT_IN_PROGRESS
已傳遞,則呼叫端應該稍後嘗試,因為一次只能有一個 Bugreport 進行中。
的 android.os.BugreportManager.BugreportCallback.onError(int)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。