NativePocMallocDebugAsserter

public class NativePocMallocDebugAsserter
extends Object implements NativePocAsserter

java.lang.Object
😎 com.android.sts.common.NativePocMallocDebugAsserter


Zusammenfassung

Öffentliche Methoden

static NativePocAsserter assertNoMallocDebugErrorOnPoc(String options)

Gibt einen NativePocAsserter zurück, der libcmaloc debug an den PoC anhängt, und prüft, ob alle während der POC ausgeführt wird.

static NativePocAsserter assertNoMallocDebugErrorOnService(String options, String service)

Gibt einen NativePocAsserter zurück, der vor dem Ausführen der Methode libc Malloc debug an einen Dienst anhängt. PoC und prüft diesen Dienst auf einen Malloc-Debug-Fehler, während der POC ausgeführt wird.

AutoCloseable withAutoCloseable(NativePoc nativePoc, ITestDevice device)

Wird vor der Ausführung eines PoC aufgerufen und gibt ein AutoCloseable zurück, das nach Abschluss des PoC geschlossen wird

Öffentliche Methoden

assertNoMallocDebugErrorOnPoc

public static NativePocAsserter assertNoMallocDebugErrorOnPoc (String options)

Gibt einen NativePocAsserter zurück, der libcmaloc debug an den PoC anhängt, und prüft, ob alle während der POC ausgeführt wird.

Parameter
options String

Returns
NativePocAsserter

assertNoMallocDebugErrorOnService

public static NativePocAsserter assertNoMallocDebugErrorOnService (String options, 
                String service)

Gibt einen NativePocAsserter zurück, der vor der Ausführung von libcmaloc debug an einen Dienst anhängt. PoC und prüft diesen Dienst auf einen Malloc-Debug-Fehler, während der POC ausgeführt wird.

Parameter
options String

service String

Returns
NativePocAsserter

mitAutoCloseable

public AutoCloseable withAutoCloseable (NativePoc nativePoc, 
                ITestDevice device)

Wird vor der Ausführung eines PoC aufgerufen und gibt ein AutoCloseable zurück, das nach Abschluss des PoC geschlossen wird

Parameter
nativePoc NativePoc

device ITestDevice

Returns
AutoCloseable

Ausgabe
DeviceNotAvailableException
TimeoutException
ProcessUtil.KillException