A partir de 27 de março de 2025, recomendamos usar android-latest-release
em vez de aosp-main
para criar e contribuir com o AOSP. Para mais informações, consulte Mudanças no AOSP.
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
NativePocCrashAsserter
public
class
NativePocCrashAsserter
extends Object
implements
NativePocAsserter
java.lang.Object
|
↳ |
com.android.sts.common.NativePocCrashAsserter
|
Resumo
Métodos públicos
assertNoCrash
public static NativePocAsserter assertNoCrash ()
Retorna um NativePocAsserter que garante que o PoC não tenha uma falha de segurança.
assertNoCrash
public static NativePocAsserter assertNoCrash (TombstoneUtils.Config config)
Retorna um NativePocAsserter que garante que não haja um erro de segurança detectado de acordo com
o TombstoneUtils.Config fornecido.
Parâmetros |
config |
TombstoneUtils.Config |
assertNoCrashIn
public static NativePocAsserter assertNoCrashIn (String... patterns)
Retorna um NativePocAsserter que verifica os processos listados em busca de falhas de segurança.
Parâmetros |
patterns |
String |
withAutoCloseable
public AutoCloseable withAutoCloseable (NativePoc nativePoc,
ITestDevice device)
Chamado antes da execução de um PoC, retorna um AutoCloseable que é fechado após o PoC terminar.
Parâmetros |
nativePoc |
NativePoc |
device |
ITestDevice |
Gera |
DeviceNotAvailableException |
|
O conteúdo e os exemplos de código nesta página estão sujeitos às licenças descritas na Licença de conteúdo. Java e OpenJDK são marcas registradas da Oracle e/ou suas afiliadas.
Última atualização 2025-07-27 UTC.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-07-27 UTC."],[],[],null,["# NativePocCrashAsserter\n======================\n\n\n`\npublic\n\n\nclass\nNativePocCrashAsserter\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\nimplements\n\n`[NativePocAsserter](../../../../../../reference/sts/com/android/sts/common/NativePocAsserter.html)`\n\n\n`\n\n|---|-----------------------------------------------|\n| java.lang.Object ||\n| ↳ | com.android.sts.common.NativePocCrashAsserter |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nSummary\n-------\n\n| ### Public methods ||\n|--------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` static `[NativePocAsserter](../../../../../../reference/sts/com/android/sts/common/NativePocAsserter.html) | ` `[assertNoCrash](../../../../../../reference/sts/com/android/sts/common/NativePocCrashAsserter.html#assertNoCrash())`() ` Returns a NativePocAsserter that makes sure the Poc does not have a security crash. |\n| ` static `[NativePocAsserter](../../../../../../reference/sts/com/android/sts/common/NativePocAsserter.html) | ` `[assertNoCrash](../../../../../../reference/sts/com/android/sts/common/NativePocCrashAsserter.html#assertNoCrash(com.android.sts.common.util.TombstoneUtils.Config))`(`[TombstoneUtils.Config](../../../../../../reference/sts/com/android/sts/common/util/TombstoneUtils.Config.html)` config) ` Returns a NativePocAsserter that makes sure there is no security crash detected accoridng to the given TombstoneUtils.Config |\n| ` static `[NativePocAsserter](../../../../../../reference/sts/com/android/sts/common/NativePocAsserter.html) | ` `[assertNoCrashIn](../../../../../../reference/sts/com/android/sts/common/NativePocCrashAsserter.html#assertNoCrashIn(java.lang.String...))`(String... patterns) ` Returns a NativePocAsserter that checks the listed processes for any security crashes. |\n| ` AutoCloseable` | ` `[withAutoCloseable](../../../../../../reference/sts/com/android/sts/common/NativePocCrashAsserter.html#withAutoCloseable(com.android.sts.common.NativePoc,%20com.android.tradefed.device.ITestDevice))`(`[NativePoc](../../../../../../reference/sts/com/android/sts/common/NativePoc.html)` nativePoc, ITestDevice device) ` Called before a PoC runs, returns an AutoCloseable that closes after the PoC finishes |\n\nPublic methods\n--------------\n\n### assertNoCrash\n\n```\npublic static NativePocAsserter assertNoCrash ()\n```\n\nReturns a NativePocAsserter that makes sure the Poc does not have a security crash.\n\n\u003cbr /\u003e\n\n| Returns ||\n|----------------------------------------------------------------------------------------------------|--------|\n| [NativePocAsserter](../../../../../../reference/sts/com/android/sts/common/NativePocAsserter.html) | \u003cbr /\u003e |\n\n### assertNoCrash\n\n```\npublic static NativePocAsserter assertNoCrash (TombstoneUtils.Config config)\n```\n\nReturns a NativePocAsserter that makes sure there is no security crash detected accoridng to\nthe given TombstoneUtils.Config\n\n\u003cbr /\u003e\n\n| Parameters ||\n|----------|--------------------------------|\n| `config` | `TombstoneUtils.Config` \u003cbr /\u003e |\n\n| Returns ||\n|----------------------------------------------------------------------------------------------------|--------|\n| [NativePocAsserter](../../../../../../reference/sts/com/android/sts/common/NativePocAsserter.html) | \u003cbr /\u003e |\n\n### assertNoCrashIn\n\n```\npublic static NativePocAsserter assertNoCrashIn (String... patterns)\n```\n\nReturns a NativePocAsserter that checks the listed processes for any security crashes.\n\n\u003cbr /\u003e\n\n| Parameters ||\n|------------|-----------------|\n| `patterns` | `String` \u003cbr /\u003e |\n\n| Returns ||\n|----------------------------------------------------------------------------------------------------|--------|\n| [NativePocAsserter](../../../../../../reference/sts/com/android/sts/common/NativePocAsserter.html) | \u003cbr /\u003e |\n\n### withAutoCloseable\n\n```\npublic AutoCloseable withAutoCloseable (NativePoc nativePoc, \n ITestDevice device)\n```\n\nCalled before a PoC runs, returns an AutoCloseable that closes after the PoC finishes\n\n\u003cbr /\u003e\n\n| Parameters ||\n|-------------|----------------------|\n| `nativePoc` | `NativePoc` \u003cbr /\u003e |\n| `device` | `ITestDevice` \u003cbr /\u003e |\n\n| Returns ||\n|-----------------|--------|\n| `AutoCloseable` | \u003cbr /\u003e |\n\n| Throws ||\n|-------------------------------|---|\n| `DeviceNotAvailableException` | |"]]