LogcatCrashResultForwarder

public class LogcatCrashResultForwarder
extends ResultForwarder

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


شنونده ویژه: در صورت خرابی (از کار افتادن فرآیند ابزار دقیق) سعی می کند خرابی را از لاگ کت استخراج کند و آن را به پیام شکست مرتبط با آزمایش اضافه کند.

خلاصه

ثابت ها

int MAX_NUMBER_CRASH

فیلدها

public static final String ERROR_MESSAGE

پیام خطای ویژه از ابزار دقیق وقتی مشکلی در سمت دستگاه پیش می‌آید.

public static final String INCOMPLETE_MESSAGE

public static final String SYSTEM_CRASH_MESSAGE

public static final TIMEOUT_MESSAGES

سازندگان عمومی

LogcatCrashResultForwarder (ITestDevice device, ITestInvocationListener... listeners)

روش های عمومی

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)

ثابت ها

MAX_NUMBER_CRASH

public static final int MAX_NUMBER_CRASH

مقدار ثابت: 3 (0x00000003)

فیلدها

ERROR_MESSAGE

public static final String ERROR_MESSAGE

پیام خطای ویژه از ابزار دقیق وقتی مشکلی در سمت دستگاه پیش می‌آید.

INCOMPLETE_MESSAGE

public static final String INCOMPLETE_MESSAGE

SYSTEM_CRASH_MESSAGE

public static final String SYSTEM_CRASH_MESSAGE

TIMEOUT_MESSAGES

public static final  TIMEOUT_MESSAGES

سازندگان عمومی

LogcatCrashResultForwarder

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

پارامترها
device ITestDevice

listeners ITestInvocationListener

روش های عمومی

getDevice

public ITestDevice getDevice ()

برمی گرداند
ITestDevice

تست پایان یافت

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

پارامترها
test TestDescription

endTime long

testMetrics

تست شکست خورد

public void testFailed (TestDescription test, 
                FailureDescription failure)

پارامترها
test TestDescription

failure FailureDescription

تست شکست خورد

public void testFailed (TestDescription test, 
                String trace)

پارامترها
test TestDescription

trace String

testRunEnded

public void testRunEnded (long elapsedTime, 
                 runMetrics)

پارامترها
elapsedTime long

runMetrics

testRunFailed

public void testRunFailed (FailureDescription error)

پارامترها
error FailureDescription

testRunFailed

public void testRunFailed (String errorMessage)

پارامترها
errorMessage String

تست شروع شد

public void testStarted (TestDescription test, 
                long startTime)

پارامترها
test TestDescription

startTime long