LogcatCrashResultForwarder

public class LogcatCrashResultForwarder
extends ResultForwarder

java.lang.Objeto
com.android.tradefed.result.ResultForwarder
com.android.tradefed.result.LogcatCrashResultForwarder


Oyente especial: en caso de fallas (el proceso de instrumentación falla), intentará extraer del logcat la falla y lo agregará al mensaje de falla asociado con la prueba.

Resumen

Constantes

int MAX_NUMBER_CRASH

Campos

public static final String ERROR_MESSAGE

Mensaje de error especial de la instrumentación cuando algo sale mal en el lado del dispositivo.

public static final String INCOMPLETE_MESSAGE

public static final String SYSTEM_CRASH_MESSAGE

public static final TIMEOUT_MESSAGES

Constructores públicos

LogcatCrashResultForwarder (ITestDevice device, ITestInvocationListener... listeners)

Métodos públicos

ITestDevice getDevice ()
void testEnded (TestDescription test, long endTime, testMetrics) testEnded (TestDescription test, long endTime, testMetrics)

void testFailed (TestDescription test, FailureDescription failure)

void testFailed (TestDescription test, String trace)

void testRunEnded (long elapsedTime, runMetrics) testRunEnded (long elapsedTime, runMetrics)

void testRunFailed (FailureDescription error)

void testRunFailed (String errorMessage)

void testStarted (TestDescription test, long startTime)

Constantes

MAX_NUMBER_CRASH

public static final int MAX_NUMBER_CRASH

Valor constante: 3 (0x00000003)

Campos

MENSAJE DE ERROR

public static final String ERROR_MESSAGE

Mensaje de error especial de la instrumentación cuando algo sale mal en el lado del dispositivo.

MENSAJE_INCOMPLETO

public static final String INCOMPLETE_MESSAGE

SISTEMA_CRASH_MESSAGE

public static final String SYSTEM_CRASH_MESSAGE

TIEMPO DE ESPERA_MESSAGES

public static final  TIMEOUT_MESSAGES

Constructores públicos

LogcatCrashResultForwarder

public LogcatCrashResultForwarder (ITestDevice device, 
                ITestInvocationListener... listeners)

Parámetros
device ITestDevice

listeners ITestInvocationListener

Métodos públicos

obtener dispositivo

public ITestDevice getDevice ()

Devoluciones
ITestDevice

pruebafinalizada

public void testEnded (TestDescription test, 
                long endTime, 
                 testMetrics)

Parámetros
test TestDescription

endTime long

testMetrics

prueba fallida

public void testFailed (TestDescription test, 
                FailureDescription failure)

Parámetros
test TestDescription

failure FailureDescription

prueba fallida

public void testFailed (TestDescription test, 
                String trace)

Parámetros
test TestDescription

trace String

pruebaRunEnded

public void testRunEnded (long elapsedTime, 
                 runMetrics)

Parámetros
elapsedTime long

runMetrics

prueba de ejecución fallida

public void testRunFailed (FailureDescription error)

Parámetros
error FailureDescription

prueba de ejecución fallida

public void testRunFailed (String errorMessage)

Parámetros
errorMessage String

pruebaIniciada

public void testStarted (TestDescription test, 
                long startTime)

Parámetros
test TestDescription

startTime long