InvocationProtoResultReporter
public
class
InvocationProtoResultReporter
extends ModuleProtoResultReporter
| java.lang.Object | ||||
| ↳ | com.android.tradefed.result.proto.ProtoResultReporter | |||
| ↳ | com.android.tradefed.result.proto.FileProtoResultReporter | |||
| ↳ | com.android.tradefed.result.proto.ModuleProtoResultReporter | |||
| ↳ | com.android.tradefed.result.proto.InvocationProtoResultReporter | |||
Çağırma düzeyinde önbelleğe alma bilgilerini ve modül listesini depolayan raporlayıcılar
Özet
Herkese açık kurucular | |
|---|---|
InvocationProtoResultReporter()
|
|
InvocationProtoResultReporter(IInvocationContext mainInvocationContext, boolean granularResults)
|
|
Herkese açık yöntemler | |
|---|---|
void
|
invocationFailed(FailureDescription failure)
Bazı hata koşulları nedeniyle tamamlanmamış bir çağrı bildirir. |
void
|
invocationFailed(Throwable cause)
Bazı hata koşulları nedeniyle tamamlanmamış bir çağrı bildirir. |
void
|
invocationStarted(IInvocationContext context)
Test çağrısının başlangıcını bildirir. |
Korunan yöntemler | |
|---|---|
void
|
beforeModuleStart()
|
Herkese açık kurucular
InvocationProtoResultReporter
public InvocationProtoResultReporter ()
InvocationProtoResultReporter
public InvocationProtoResultReporter (IInvocationContext mainInvocationContext, boolean granularResults)
| Parametreler | |
|---|---|
mainInvocationContext |
IInvocationContext |
granularResults |
boolean |
Herkese açık yöntemler
invocationFailed
public void invocationFailed (FailureDescription failure)
Bazı hata koşulları nedeniyle tamamlanmamış bir çağrı bildirir.
TradeFederation çerçevesi tarafından otomatik olarak çağrılır.
| Parametreler | |
|---|---|
failure |
FailureDescription: Hatanın nedenini açıklayan FailureDescription |
invocationFailed
public void invocationFailed (Throwable cause)
Bazı hata koşulları nedeniyle tamamlanmamış bir çağrı bildirir.
TradeFederation çerçevesi tarafından otomatik olarak çağrılır.
| Parametreler | |
|---|---|
cause |
Throwable: Hatanın Throwable nedeni |
invocationStarted
public void invocationStarted (IInvocationContext context)
Test çağrısının başlangıcını bildirir.
TradeFederation çerçevesi tarafından otomatik olarak çağrılır. Raporlamacıların, birden fazla cihazdan raporlamayı desteklemek için bu yöntemi geçersiz kılması gerekir.
| Parametreler | |
|---|---|
context |
IInvocationContext: çağrı hakkında bilgi |
Korunan yöntemler
beforeModuleStart
protected void beforeModuleStart ()