BuildInfoRecorder
Stay organized with collections
Save and categorize content based on your preferences.
public
class
BuildInfoRecorder
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.BuildInfoRecorder |
An ITargetPreparer
that writes build info meta data into a specified file.
The file is written in simple key-value pair format; each line of the file has:
key=value
where key
is a meta data field from IBuildInfo
Currently, only build id is written.
Summary
Public constructors | |
---|---|
Build
|
Public methods | |
---|---|
void
|
set
|
Public constructors
BuildInfoRecorder
public BuildInfoRecorder ()