ClusterLogSaver
public class ClusterLogSaver
extends Object
implements ILogSaver
java.lang.Object |
↳ | com.android.tradefed.cluster.ClusterLogSaver |
テスト出力をTFCにアップロードするためのILogSaver
クラス。
概要
ネストされたクラス |
---|
enum | ClusterLogSaver.FilePickingStrategy ファイルピッキング戦略。 |
田畑
FILE_NAMES_FILE_NAME
public static final String FILE_NAMES_FILE_NAME
すべてのテスト出力ファイル名を含むテキストファイルの名前。
public static final String TOOL_LOG_PATH
ホストプロセスによって生成されたすべてのファイルを含むサブディレクトリの名前。
パブリックコンストラクター
ClusterLogSaver
public ClusterLogSaver ()
パブリックメソッド
getLogReportDir
public LogFile getLogReportDir ()
invocationEnded
public void invocationEnded (long elapsedTime)
invocationStarted
public void invocationStarted (IInvocationContext context)
パラメーター |
---|
context | IInvocationContext |
public LogFile saveLogData (String dataName,
LogDataType dataType,
InputStream dataStream)
パラメーター |
---|
dataName | String |
dataType | LogDataType |
dataStream | InputStream |
public LogFile saveLogDataRaw (String dataName,
LogDataType dataType,
InputStream dataStream)
パラメーター |
---|
dataName | String |
dataType | LogDataType |
dataStream | InputStream |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2020-09-08 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"必要な情報がない"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"複雑すぎる / 手順が多すぎる"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"最新ではない"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻訳に関する問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"サンプル / コードに問題がある"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"その他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"わかりやすい"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"問題の解決に役立った"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"その他"
}]