Kể từ ngày 27 tháng 3 năm 2025, bạn nên sử dụng android-latest-release
thay vì aosp-main
để xây dựng và đóng góp cho AOSP. Để biết thêm thông tin, hãy xem phần Thay đổi đối với AOSP.
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
NativePocStatusAsserter
public
class
NativePocStatusAsserter
extends Object
java.lang.Object
|
↳ |
com.android.sts.common.NativePocStatusAsserter
|
Tóm tắt
Hàm khởi tạo công khai
NativePocStatusAsserter
public NativePocStatusAsserter ()
Phương thức công khai
Nội dung và mã mẫu trên trang này phải tuân thủ các giấy phép như mô tả trong phần Giấy phép nội dung. Java và OpenJDK là nhãn hiệu hoặc nhãn hiệu đã đăng ký của Oracle và/hoặc đơn vị liên kết của Oracle.
Cập nhật lần gần đây nhất: 2025-07-27 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-27 UTC."],[],[],null,["# NativePocStatusAsserter\n=======================\n\n\n`\npublic\n\n\nclass\nNativePocStatusAsserter\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\n`\n\n|---|------------------------------------------------|\n| java.lang.Object ||\n| ↳ | com.android.sts.common.NativePocStatusAsserter |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nSummary\n-------\n\n| ### Public constructors ||\n|--------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[NativePocStatusAsserter](../../../../../../reference/sts/com/android/sts/common/NativePocStatusAsserter.html#NativePocStatusAsserter())`() ` |\n\n| ### Public methods ||\n|--------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` static `[NativePocAsserter](../../../../../../reference/sts/com/android/sts/common/NativePocAsserter.html) | ` `[assertExitCode](../../../../../../reference/sts/com/android/sts/common/NativePocStatusAsserter.html#assertExitCode(int))`(int exitCode) ` Return a [NativePocAsserter](../../../../../../reference/sts/com/android/sts/common/NativePocAsserter.html) that makes sure PoC exited with given code. |\n| ` static `[NativePocAsserter](../../../../../../reference/sts/com/android/sts/common/NativePocAsserter.html) | ` `[assertNotExitCode](../../../../../../reference/sts/com/android/sts/common/NativePocStatusAsserter.html#assertNotExitCode(int))`(int badExitCode) ` Return a [NativePocAsserter](../../../../../../reference/sts/com/android/sts/common/NativePocAsserter.html) that makes sure PoC did not exit with given code. |\n| ` static `[NativePocAsserter](../../../../../../reference/sts/com/android/sts/common/NativePocAsserter.html) | ` `[assertNotVulnerableExitCode](../../../../../../reference/sts/com/android/sts/common/NativePocStatusAsserter.html#assertNotVulnerableExitCode())`() ` Return a [NativePocAsserter](../../../../../../reference/sts/com/android/sts/common/NativePocAsserter.html) that makes sure PoC did not exit with code 113. |\n\nPublic constructors\n-------------------\n\n### NativePocStatusAsserter\n\n```\npublic NativePocStatusAsserter ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nPublic methods\n--------------\n\n### assertExitCode\n\n```\npublic static NativePocAsserter assertExitCode (int exitCode)\n```\n\nReturn a [NativePocAsserter](../../../../../../reference/sts/com/android/sts/common/NativePocAsserter.html) that makes sure PoC exited with given code.\n\n\u003cbr /\u003e\n\n| Parameters ||\n|------------|--------------|\n| `exitCode` | `int` \u003cbr /\u003e |\n\n| Returns ||\n|----------------------------------------------------------------------------------------------------|--------|\n| [NativePocAsserter](../../../../../../reference/sts/com/android/sts/common/NativePocAsserter.html) | \u003cbr /\u003e |\n\n### assertNotExitCode\n\n```\npublic static NativePocAsserter assertNotExitCode (int badExitCode)\n```\n\nReturn a [NativePocAsserter](../../../../../../reference/sts/com/android/sts/common/NativePocAsserter.html) that makes sure PoC did not exit with given code.\n\n\u003cbr /\u003e\n\n| Parameters ||\n|---------------|--------------|\n| `badExitCode` | `int` \u003cbr /\u003e |\n\n| Returns ||\n|----------------------------------------------------------------------------------------------------|--------|\n| [NativePocAsserter](../../../../../../reference/sts/com/android/sts/common/NativePocAsserter.html) | \u003cbr /\u003e |\n\n### assertNotVulnerableExitCode\n\n```\npublic static NativePocAsserter assertNotVulnerableExitCode ()\n```\n\nReturn a [NativePocAsserter](../../../../../../reference/sts/com/android/sts/common/NativePocAsserter.html) that makes sure PoC did not exit with code 113.\n\n\u003cbr /\u003e\n\n| Returns ||\n|----------------------------------------------------------------------------------------------------|--------|\n| [NativePocAsserter](../../../../../../reference/sts/com/android/sts/common/NativePocAsserter.html) | \u003cbr /\u003e |"]]