構建信息記錄器

public class BuildInfoRecorder
extends BaseTargetPreparer

java.lang.Object
com.android.tradefed.targetprep.BaseTargetPreparer
com.android.tradefed.targetprep.BuildInfoRecorder


將構建信息元數據寫入指定文件的ITargetPreparer

該文件以簡單的鍵值對格式編寫;文件的每一行都有:
key=value
其中keyIBuildInfo的元數據字段

目前,只寫了build id。

概括

公共構造函數

BuildInfoRecorder ()

公共方法

void setUp ( TestInformation testInfo)

公共構造函數

構建信息記錄器

public BuildInfoRecorder ()

公共方法

設置

public void setUp (TestInformation testInfo)

參數
testInfo TestInformation

投擲
BuildError
DeviceNotAvailableException
TargetSetupError