NativePocMallocDebugAsserter
public
class
NativePocMallocDebugAsserter
extends Object
implements
NativePocAsserter
Java.lang.Nesne | |
🎃 | com.android.sts.common.NativePocMallocDebugAsserter |
Özet
Herkese açık yöntemler | |
---|---|
static
NativePocAsserter
|
assertNoMallocDebugErrorOnPoc(String options)
PoC'ye libc Malloc hata ayıklamasını ekleyen ve Malloc hata ayıklama hatası. |
static
NativePocAsserter
|
assertNoMallocDebugErrorOnService(String options, String service)
İletişim kişisi ve ilgili hizmette Malloc hata ayıklama hatası olup olmadığını kontrol eder. |
AutoCloseable
|
withAutoCloseable(NativePoc nativePoc, ITestDevice device)
PoC çalıştırılmadan önce çağrılır, ilgili kişi tamamlandıktan sonra kapanan bir Otomatik Kapatılabilir öğe döndürür. |
Herkese açık yöntemler
DoğrulamaNoMallocDebugErrorOnPoc
public static NativePocAsserter assertNoMallocDebugErrorOnPoc (String options)
PoC'ye libc Malloc hata ayıklamasını ekleyen ve Malloc hata ayıklama hatası.
Parametreler | |
---|---|
options |
String |
İlerlemeler | |
---|---|
NativePocAsserter |
DoğrulamaNoMallocDebugErrorOnService
public static NativePocAsserter assertNoMallocDebugErrorOnService (String options, String service)
İletişim kişisi ve ilgili hizmette Malloc hata ayıklama hatası olup olmadığını kontrol eder.
Parametreler | |
---|---|
options |
String |
service |
String |
İlerlemeler | |
---|---|
NativePocAsserter |
Otomatik Kapatılabilir
public AutoCloseable withAutoCloseable (NativePoc nativePoc, ITestDevice device)
PoC çalıştırılmadan önce çağrılır, ilgili kişi tamamlandıktan sonra kapanan bir Otomatik Kapatılabilir öğe döndürür.
Parametreler | |
---|---|
nativePoc |
NativePoc |
device |
ITestDevice |
İlerlemeler | |
---|---|
AutoCloseable |
Fırlatma | |
---|---|
DeviceNotAvailableException |
|
TimeoutException |
|
ProcessUtil.KillException |