Od 27 marca 2025 r. zalecamy używanie android-latest-release
zamiast aosp-main
do kompilowania i wspołtworzenia AOSP. Więcej informacji znajdziesz w artykule o zmianach w AOSP.
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
SandboxConfigDump.DumpCmd
public
static
final
enum
SandboxConfigDump.DumpCmd
extends Enum<SandboxConfigDump.DumpCmd>
Podsumowanie
Wartości typu wyliczeniowego
FULL_XML
public static final SandboxConfigDump.DumpCmd FULL_XML
Wyświetli się pełny kod XML utworzony na podstawie wiersza poleceń.
NON_VERSIONED_CONFIG
public static final SandboxConfigDump.DumpCmd NON_VERSIONED_CONFIG
Wyprowadzany będzie tylko element XML bez wersji.
TEST_MODE
public static final SandboxConfigDump.DumpCmd TEST_MODE
Specjalny tryb, który umożliwia piaskownicy wygenerowanie kolejnej warstwy piaskownicy.
Metody publiczne
wartości
public static final DumpCmd[] values ()
Treść strony i umieszczone na niej fragmenty kodu podlegają licencjom opisanym w Licencji na treści. Java i OpenJDK są znakami towarowymi lub zastrzeżonymi znakami towarowymi należącymi do firmy Oracle lub jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-27 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-27 UTC."],[],[],null,["# SandboxConfigDump.DumpCmd\n=========================\n\n\n`\npublic\nstatic\nfinal\n\nenum\nSandboxConfigDump.DumpCmd\n`\n\n\n`\n\n\n`\n\n`\n\nextends Enum\u003c`[SandboxConfigDump.DumpCmd](../../../../../../reference/tradefed/com/android/tradefed/sandbox/SandboxConfigDump.DumpCmd.html)`\u003e\n\n\n`\n\n`\n\n\n`\n\n|---|---|--------------------------------------------------------|\n| java.lang.Object |||\n| ↳ | java.lang.Enum\\\u003c[com.android.tradefed.sandbox.SandboxConfigDump.DumpCmd](../../../../../../reference/tradefed/com/android/tradefed/sandbox/SandboxConfigDump.DumpCmd.html)\\\u003e ||\n| | ↳ | com.android.tradefed.sandbox.SandboxConfigDump.DumpCmd |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nSummary\n-------\n\n| ### Enum values ||\n|-------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------|\n| [SandboxConfigDump.DumpCmd](../../../../../../reference/tradefed/com/android/tradefed/sandbox/SandboxConfigDump.DumpCmd.html) | `FULL_XML` The full xml based on the command line will be outputted |\n| [SandboxConfigDump.DumpCmd](../../../../../../reference/tradefed/com/android/tradefed/sandbox/SandboxConfigDump.DumpCmd.html) | `NON_VERSIONED_CONFIG` Only non-versioned element of the xml will be outputted |\n| [SandboxConfigDump.DumpCmd](../../../../../../reference/tradefed/com/android/tradefed/sandbox/SandboxConfigDump.DumpCmd.html) | `RUN_CONFIG` A run-ready config will be outputted |\n| [SandboxConfigDump.DumpCmd](../../../../../../reference/tradefed/com/android/tradefed/sandbox/SandboxConfigDump.DumpCmd.html) | `STRICT_TEST` Mode used to dump the test template only. |\n| [SandboxConfigDump.DumpCmd](../../../../../../reference/tradefed/com/android/tradefed/sandbox/SandboxConfigDump.DumpCmd.html) | `TEST_MODE` Special mode that allows the sandbox to generate another layer of sandboxing. |\n\n| ### Public methods ||\n|-----------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` static `[SandboxConfigDump.DumpCmd](../../../../../../reference/tradefed/com/android/tradefed/sandbox/SandboxConfigDump.DumpCmd.html) | ` `[valueOf](../../../../../../reference/tradefed/com/android/tradefed/sandbox/SandboxConfigDump.DumpCmd.html#valueOf(java.lang.String))`(String name) ` |\n| ` static final `[DumpCmd[]](../../../../../../reference/tradefed/com/android/tradefed/sandbox/SandboxConfigDump.DumpCmd.html) | ` `[values](../../../../../../reference/tradefed/com/android/tradefed/sandbox/SandboxConfigDump.DumpCmd.html#values())`() ` |\n\nEnum values\n-----------\n\n### FULL_XML\n\n```\npublic static final SandboxConfigDump.DumpCmd FULL_XML\n```\n\nThe full xml based on the command line will be outputted\n\n\u003cbr /\u003e\n\n### NON_VERSIONED_CONFIG\n\n```\npublic static final SandboxConfigDump.DumpCmd NON_VERSIONED_CONFIG\n```\n\nOnly non-versioned element of the xml will be outputted\n\n\u003cbr /\u003e\n\n### RUN_CONFIG\n\n```\npublic static final SandboxConfigDump.DumpCmd RUN_CONFIG\n```\n\nA run-ready config will be outputted\n\n\u003cbr /\u003e\n\n### STRICT_TEST\n\n```\npublic static final SandboxConfigDump.DumpCmd STRICT_TEST\n```\n\nMode used to dump the test template only.\n\n\u003cbr /\u003e\n\n### TEST_MODE\n\n```\npublic static final SandboxConfigDump.DumpCmd TEST_MODE\n```\n\nSpecial mode that allows the sandbox to generate another layer of sandboxing.\n\n\u003cbr /\u003e\n\nPublic methods\n--------------\n\n### valueOf\n\n```\npublic static SandboxConfigDump.DumpCmd valueOf (String name)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|--------|-----------------|\n| `name` | `String` \u003cbr /\u003e |\n\n| Returns ||\n|-------------------------------------------------------------------------------------------------------------------------------|--------|\n| [SandboxConfigDump.DumpCmd](../../../../../../reference/tradefed/com/android/tradefed/sandbox/SandboxConfigDump.DumpCmd.html) | \u003cbr /\u003e |\n\n### values\n\n```\npublic static final DumpCmd[] values ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ||\n|---------------------------------------------------------------------------------------------------------------|--------|\n| [DumpCmd[]](../../../../../../reference/tradefed/com/android/tradefed/sandbox/SandboxConfigDump.DumpCmd.html) | \u003cbr /\u003e |"]]