ClusterLogSaver
public class ClusterLogSaver
extends Object
implements ILogSaver
java.lang.Object |
↳ | com.android.tradefed.cluster.ClusterLogSaver |
一個ILogSaver
類,用於將測試輸出上傳到TFC。
概括
嵌套類 |
---|
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 ()
調用結束
public void invocationEnded (long elapsedTime)
調用開始
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 |
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2020-09-08 (世界標準時間)。
[{
"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":"其他"
}]