Starting March 27, 2025, we recommend using android-latest-release
instead of aosp-main
to build and contribute to AOSP. For more information, see Changes to AOSP.
Stay organized with collections
Save and categorize content based on your preferences.
public
static
class
ITestInvocation.ExitInformation
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.invoker.ITestInvocation.ExitInformation
|
Represents some exit information for an invocation.
Summary
Fields
mStack
public Throwable mStack
Public constructors
public ExitInformation ()
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2023-03-08 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-03-08 UTC."],[],[],null,["# ITestInvocation.ExitInformation\n===============================\n\n\n`\npublic\nstatic\n\n\nclass\nITestInvocation.ExitInformation\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.invoker.ITestInvocation.ExitInformation |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nRepresents some exit information for an invocation.\n\nSummary\n-------\n\n| ### Fields ||\n|-----------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|\n| ` public `[CommandRunner.ExitCode](../../../../../../reference/tradefed/com/android/tradefed/command/CommandRunner.ExitCode.html) | [mExitCode](../../../../../../reference/tradefed/com/android/tradefed/invoker/ITestInvocation.ExitInformation.html#mExitCode) |\n| ` public Throwable` | [mStack](../../../../../../reference/tradefed/com/android/tradefed/invoker/ITestInvocation.ExitInformation.html#mStack) |\n\n| ### Public constructors ||\n|-----------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[ExitInformation](../../../../../../reference/tradefed/com/android/tradefed/invoker/ITestInvocation.ExitInformation.html#ExitInformation())`() ` |\n\nFields\n------\n\n### mExitCode\n\n```\npublic CommandRunner.ExitCode mExitCode\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n### mStack\n\n```\npublic Throwable mStack\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nPublic constructors\n-------------------\n\n### ExitInformation\n\n```\npublic ExitInformation ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e"]]