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 มา

public AtraceCollector ()

วิธีการสาธารณะ

สิ้นสุดการทดสอบ

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

เริ่มการทดสอบ

public void onTestStart (DeviceMetricData testData)

ติดต่อกลับเมื่อเริ่มกรอบการทดสอบ

พารามิเตอร์
testData DeviceMetricData: DeviceMetricData ที่เก็บข้อมูลสำหรับกรอบการทดสอบ

การขว้าง
DeviceNotAvailableException

วิธีการป้องกัน

FullLogPath

protected String fullLogPath ()

คิกรีเทิร์น
String

getLogType

protected LogDataType getLogType ()

คิกรีเทิร์น
LogDataType

StartTracing

protected void startTracing (ITestDevice device)

พารามิเตอร์
device ITestDevice

การขว้าง
DeviceNotAvailableException

การติดตาม

protected void stopTracing (ITestDevice device)

พารามิเตอร์
device ITestDevice

การขว้าง
DeviceNotAvailableException