27 মার্চ, 2025 থেকে, আমরা AOSP তৈরি করতে এবং অবদান রাখতে aosp-main
এর পরিবর্তে android-latest-release
ব্যবহার করার পরামর্শ দিচ্ছি। আরও তথ্যের জন্য, AOSP-তে পরিবর্তনগুলি দেখুন।
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
NativePocCrashAsserter
public class NativePocCrashAsserter
extends Object
implements NativePocAsserter
java.lang.অবজেক্ট |
↳ | com.android.sts.common.NativePocCrashAsserter |
সারাংশ
পাবলিক পদ্ধতি
assertNoCrash
public static NativePocAsserter assertNoCrash ()
একটি NativePocAsserter ফেরত দেয় যা নিশ্চিত করে যে Poc-এর নিরাপত্তা ক্র্যাশ নেই।
assertNoCrash
public static NativePocAsserter assertNoCrash (TombstoneUtils.Config config)
একটি NativePocAsserter ফেরত দেয় যা নিশ্চিত করে যে প্রদত্ত TombstoneUtils.Config-এর সাথে কোন নিরাপত্তা ক্র্যাশ সনাক্ত করা হয়নি
পরামিতি |
---|
config | TombstoneUtils.Config |
assertNoCrashIn
public static NativePocAsserter assertNoCrashIn (String... patterns)
একটি NativePocAsserter ফেরত দেয় যা কোনো নিরাপত্তা ক্র্যাশের জন্য তালিকাভুক্ত প্রক্রিয়াগুলি পরীক্ষা করে।
অটোক্লোজেবল সহ
public AutoCloseable withAutoCloseable (NativePoc nativePoc,
ITestDevice device)
একটি PoC চালানোর আগে কল করা হয়, একটি AutoCloseable প্রদান করে যা PoC শেষ হওয়ার পরে বন্ধ হয়ে যায়
পরামিতি |
---|
nativePoc | NativePoc |
device | ITestDevice |
নিক্ষেপ করে |
---|
DeviceNotAvailableException | |
এই পৃষ্ঠার কন্টেন্ট ও কোডের নমুনাগুলি Content License-এ বর্ণিত লাইসেন্সের অধীনস্থ। Java এবং OpenJDK হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-07-29 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` | |"]]