AtraceCollector (AtraceCollector) 專區

public class AtraceCollector
extends BaseDeviceMetricCollector

java.lang.Object
   ↳ com.android.tradefed.device.metric.BaseDeviceMetricCollector
     ↳ com.android.tradefed.device.metric.AtraceCollector


在測試期間執行追蹤記錄,並收集結果和記錄的 IMetricCollector 加到叫用中

摘要

公用建構函式

AtraceCollector()

公用方法

void onTestEnd(DeviceMetricData testData, currentTestCaseMetrics, TestDescription test)

當測試案例結束時回呼。

void onTestStart(DeviceMetricData testData)

在測試案例啟動時回呼。

保護方法

String fullLogPath()
LogDataType getLogType()
void startTracing(ITestDevice device)
void stopTracing(ITestDevice device)

公用建構函式

AtraceCollector (AtraceCollector) 專區

public AtraceCollector ()

公用方法

onTestEnd

public void onTestEnd (DeviceMetricData testData, 
                 currentTestCaseMetrics, 
                TestDescription test)

當測試案例結束時回呼。現在應該是清理時間。

參數
testData DeviceMetricData:保留測試案例資料的 DeviceMetricData。會是 與 onTestStart(com.android.tradefed.device.metric.DeviceMetricData) 期間相同的物件

currentTestCaseMetrics :傳遞至 ERROR(/#testEnded(com.android.tradefed.result.TestDescription,Map)) 的目前指標對應。

test TestDescription:進行中的測試案例的 TestDescription

擲回
DeviceNotAvailableException

onTestStart

public void onTestStart (DeviceMetricData testData)

在測試案例啟動時回呼。

參數
testData DeviceMetricData:保留測試案例資料的 DeviceMetricData

擲回
DeviceNotAvailableException

保護方法

完整記錄路徑

protected String fullLogPath ()

傳回
String

getLogType

protected LogDataType getLogType ()

傳回
LogDataType

開始競速

protected void startTracing (ITestDevice device)

參數
device ITestDevice

擲回
DeviceNotAvailableException

停止賽跑

protected void stopTracing (ITestDevice device)

參數
device ITestDevice

擲回
DeviceNotAvailableException