LogcatCrashResultForwarder
public
class
LogcatCrashResultForwarder
extends ResultForwarder
java.lang.Object | ||
↳ | com.android.tradefed.result.ResultForwarder | |
↳ | com.android.tradefed.result.LogcatCrashResultForwarder |
Özel dinleyici: Hatalarda (enstrümantasyon işlemi kilitlendiğinde) kilitlenmeyi logcat'ten çıkarmaya çalışır ve testle ilişkili hata mesajına ekler.
Özet
Sabitler | |
---|---|
int |
MAX_NUMBER_CRASH
|
Fields'ın oynadığı filmler | |
---|---|
public
static
final
String |
ERROR_MESSAGE
Cihaz tarafında bir sorun oluştuğunda enstrümantasyondan gelen özel hata mesajı. |
public
static
final
String |
INCOMPLETE_MESSAGE
|
public
static
final
String |
SYSTEM_CRASH_MESSAGE
|
public
static
final
|
TIMEOUT_MESSAGES
|
Herkese açık kurucular | |
---|---|
LogcatCrashResultForwarder(ITestDevice device, ITestInvocationListener... listeners)
|
Herkese açık yöntemler | |
---|---|
ITestDevice
|
getDevice()
|
void
|
testEnded(TestDescription test, long endTime,
|
void
|
testFailed(TestDescription test, FailureDescription failure)
|
void
|
testFailed(TestDescription test, String trace)
|
void
|
testRunEnded(long elapsedTime,
|
void
|
testRunFailed(FailureDescription error)
|
void
|
testRunFailed(String errorMessage)
|
void
|
testStarted(TestDescription test, long startTime)
|
Sabitler
MAX_NUMBER_CRASH
public static final int MAX_NUMBER_CRASH
Sabit Değer: 3 (0x00000003)
Fields'ın oynadığı filmler
ERROR_MESSAGE
public static final String ERROR_MESSAGE
Cihaz tarafında bir sorun oluştuğunda enstrümantasyondan gelen özel hata mesajı.
INCOMPLETE_MESSAGE
public static final String INCOMPLETE_MESSAGE
SYSTEM_CRASH_MESSAGE
public static final String SYSTEM_CRASH_MESSAGE
TIMEOUT_MESSAGES
public static finalTIMEOUT_MESSAGES
Herkese açık kurucular
LogcatCrashResultForwarder
public LogcatCrashResultForwarder (ITestDevice device, ITestInvocationListener... listeners)
Parametreler | |
---|---|
device |
ITestDevice |
listeners |
ITestInvocationListener |
Herkese açık yöntemler
getDevice
public ITestDevice getDevice ()
İlerlemeler | |
---|---|
ITestDevice |
testEnded
public void testEnded (TestDescription test, long endTime,testMetrics)
Parametreler | |
---|---|
test |
TestDescription |
endTime |
long |
testMetrics |
|
testFailed
public void testFailed (TestDescription test, FailureDescription failure)
Parametreler | |
---|---|
test |
TestDescription |
failure |
FailureDescription |
testFailed
public void testFailed (TestDescription test, String trace)
Parametreler | |
---|---|
test |
TestDescription |
trace |
String |
testRunEnded
public void testRunEnded (long elapsedTime,runMetrics)
Parametreler | |
---|---|
elapsedTime |
long |
runMetrics |
|
testRunFailed
public void testRunFailed (FailureDescription error)
Parametreler | |
---|---|
error |
FailureDescription |
testRunFailed
public void testRunFailed (String errorMessage)
Parametreler | |
---|---|
errorMessage |
String |
testStarted
public void testStarted (TestDescription test, long startTime)
Parametreler | |
---|---|
test |
TestDescription |
startTime |
long |