自 2025 年 3 月 27 日起,我們建議您使用 android-latest-release
而非 aosp-main
建構及貢獻 AOSP。詳情請參閱「Android 開放原始碼計畫變更」。
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
SubprocessEventHelper.InvocationFailedEventInfo
public
static
class
SubprocessEventHelper.InvocationFailedEventInfo
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.util.SubprocessEventHelper.InvocationFailedEventInfo
|
用於處理 InvocationFailed 資訊的輔助程式。
摘要
欄位
mCause
public Throwable mCause
公用建構函式
InvocationFailedEventInfo
public InvocationFailedEventInfo (FailureDescription failure)
參數 |
failure |
FailureDescription |
InvocationFailedEventInfo
public InvocationFailedEventInfo (JSONObject jsonObject)
InvocationFailedEventInfo
public InvocationFailedEventInfo (Throwable cause)
公用方法
toString
public String toString ()
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2025-07-27 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-27 (世界標準時間)。"],[],[],null,["# SubprocessEventHelper.InvocationFailedEventInfo\n===============================================\n\n\n`\npublic\nstatic\n\n\nclass\nSubprocessEventHelper.InvocationFailedEventInfo\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\n`\n\n|---|---------------------------------------------------------------------------|\n| java.lang.Object ||\n| ↳ | com.android.tradefed.util.SubprocessEventHelper.InvocationFailedEventInfo |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nHelper for InvocationFailed information.\n\nSummary\n-------\n\n| ### Fields ||\n|--------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|\n| ` public Throwable` | [mCause](../../../../../../reference/tradefed/com/android/tradefed/util/SubprocessEventHelper.InvocationFailedEventInfo.html#mCause) |\n| ` public `[FailureDescription](../../../../../../reference/tradefed/com/android/tradefed/result/FailureDescription.html) | [mFailure](../../../../../../reference/tradefed/com/android/tradefed/util/SubprocessEventHelper.InvocationFailedEventInfo.html#mFailure) |\n\n| ### Public constructors ||\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[InvocationFailedEventInfo](../../../../../../reference/tradefed/com/android/tradefed/util/SubprocessEventHelper.InvocationFailedEventInfo.html#InvocationFailedEventInfo(com.android.tradefed.result.FailureDescription))`(`[FailureDescription](../../../../../../reference/tradefed/com/android/tradefed/result/FailureDescription.html)` failure) ` |\n| ` `[InvocationFailedEventInfo](../../../../../../reference/tradefed/com/android/tradefed/util/SubprocessEventHelper.InvocationFailedEventInfo.html#InvocationFailedEventInfo(org.json.JSONObject))`(JSONObject jsonObject) ` |\n| ` `[InvocationFailedEventInfo](../../../../../../reference/tradefed/com/android/tradefed/util/SubprocessEventHelper.InvocationFailedEventInfo.html#InvocationFailedEventInfo(java.lang.Throwable))`(Throwable cause) ` |\n\n| ### Public methods ||\n|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` String` | ` `[toString](../../../../../../reference/tradefed/com/android/tradefed/util/SubprocessEventHelper.InvocationFailedEventInfo.html#toString())`() ` |\n\nFields\n------\n\n### mCause\n\n```\npublic Throwable mCause\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n### mFailure\n\n```\npublic FailureDescription mFailure\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nPublic constructors\n-------------------\n\n### InvocationFailedEventInfo\n\n```\npublic InvocationFailedEventInfo (FailureDescription failure)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|-----------|-----------------------------|\n| `failure` | `FailureDescription` \u003cbr /\u003e |\n\n### InvocationFailedEventInfo\n\n```\npublic InvocationFailedEventInfo (JSONObject jsonObject)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|--------------|---------------------|\n| `jsonObject` | `JSONObject` \u003cbr /\u003e |\n\n| Throws ||\n|-----------------|---|\n| `JSONException` | |\n\n### InvocationFailedEventInfo\n\n```\npublic InvocationFailedEventInfo (Throwable cause)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|---------|--------------------|\n| `cause` | `Throwable` \u003cbr /\u003e |\n\nPublic methods\n--------------\n\n### toString\n\n```\npublic String toString ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ||\n|----------|--------|\n| `String` | \u003cbr /\u003e |"]]