NativePocMallocDebugAsserter
public
class
NativePocMallocDebugAsserter
extends Object
implements
NativePocAsserter
JavaScript.lang.Object
|
↳ |
com.android.sts.common.NativePocMallocDebugAsserter
|
סיכום
שיטות ציבוריות |
static
NativePocAsserter
|
assertNoMallocDebugErrorOnPoc(String options)
פונקציה זו מחזירה קובץ NativePocAsserter שמצרף ניפוי באגים libc Malloc ל-POC ובודק אם יש
שגיאת ניפוי באגים מסוג Malloc בזמן שה-poc פועל.
|
static
NativePocAsserter
|
assertNoMallocDebugErrorOnService(String options, String service)
הפונקציה מחזירה ערך NativePocAsserter שמצורף לשירות ניפוי באגים של libc Malloc לפני הרצת הפקודה
איש הקשר (POC) ובודק אם יש שגיאה בניפוי באגים ב- Maloc באותו שירות בזמן שה-poc פועל.
|
AutoCloseable
|
withAutoCloseable(NativePoc nativePoc, ITestDevice device)
מתבצעת קריאה לפני הרצה של איש קשר, והחזרת AutoCloseable נסגרת לאחר סיום ה-POC
|
שיטות ציבוריות
assertNoMallocDebugErrorOnPoc
public static NativePocAsserter assertNoMallocDebugErrorOnPoc (String options)
פונקציה זו מחזירה קובץ NativePocAsserter שמצרף ניפוי באגים libc Malloc ל-POC ובודק אם יש
שגיאת ניפוי באגים מסוג Malloc בזמן שה-poc פועל.
assertNoMallocDebugErrorOnService
public static NativePocAsserter assertNoMallocDebugErrorOnService (String options,
String service)
הפונקציה מחזירה ערך NativePocAsserter שמצורף לשירות ניפוי באגים של libc Malloc לפני הרצת הפקודה
איש הקשר (POC) ובודק אם יש שגיאה בניפוי באגים ב- Maloc באותו שירות בזמן שה-poc פועל.
פרמטרים |
options |
String |
service |
String |
עם אפשרות לסגירה אוטומטית
public AutoCloseable withAutoCloseable (NativePoc nativePoc,
ITestDevice device)
מתבצעת קריאה לפני הרצת איש קשר, והחזרת AutoCloseable נסגרת לאחר סיום ה-POC
פרמטרים |
nativePoc |
NativePoc |
device |
ITestDevice |