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.
ModulePusher.ModulePushError
public
static
class
ModulePusher.ModulePushError
extends HarnessException
Krytyczny błąd podczas przesyłania modułu Mainline.
Podsumowanie
Konstruktory publiczne
ModulePushError
public ModulePushError (String message,
ErrorIdentifier errorId)
Parametry |
message |
String |
errorId |
ErrorIdentifier |
ModulePushError
public ModulePushError (String message,
Throwable cause,
ErrorIdentifier errorId)
Parametry |
message |
String |
cause |
Throwable |
errorId |
ErrorIdentifier |
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,["# ModulePusher.ModulePushError\n============================\n\n\n`\npublic\nstatic\n\n\nclass\nModulePusher.ModulePushError\n`\n\n\n`\n\n\n`\n\n`\n\nextends `[HarnessException](../../../../../../reference/tradefed/com/android/tradefed/error/HarnessException.html)`\n\n\n`\n\n`\n\n\n`\n\n|---|---|--------------------------------------------------------------|\n| java.lang.Object |||\n| ↳ | [com.android.tradefed.error.HarnessException](../../../../../../reference/tradefed/com/android/tradefed/error/HarnessException.html) ||\n| | ↳ | com.android.tradefed.targetprep.ModulePusher.ModulePushError |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nFatal error during Mainline module push.\n\nSummary\n-------\n\n| ### Public constructors ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[ModulePushError](../../../../../../reference/tradefed/com/android/tradefed/targetprep/ModulePusher.ModulePushError.html#ModulePushError(java.lang.String,%20com.android.tradefed.result.error.ErrorIdentifier))`(String message, `[ErrorIdentifier](../../../../../../reference/tradefed/com/android/tradefed/result/error/ErrorIdentifier.html)` errorId) ` |\n| ` `[ModulePushError](../../../../../../reference/tradefed/com/android/tradefed/targetprep/ModulePusher.ModulePushError.html#ModulePushError(java.lang.String,%20java.lang.Throwable,%20com.android.tradefed.result.error.ErrorIdentifier))`(String message, Throwable cause, `[ErrorIdentifier](../../../../../../reference/tradefed/com/android/tradefed/result/error/ErrorIdentifier.html)` errorId) ` |\n\nPublic constructors\n-------------------\n\n### ModulePushError\n\n```\npublic ModulePushError (String message, \n ErrorIdentifier errorId)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|-----------|--------------------------|\n| `message` | `String` \u003cbr /\u003e |\n| `errorId` | `ErrorIdentifier` \u003cbr /\u003e |\n\n### ModulePushError\n\n```\npublic ModulePushError (String message, \n Throwable cause, \n ErrorIdentifier errorId)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|-----------|--------------------------|\n| `message` | `String` \u003cbr /\u003e |\n| `cause` | `Throwable` \u003cbr /\u003e |\n| `errorId` | `ErrorIdentifier` \u003cbr /\u003e |"]]