透過集合功能整理內容
你可以依據偏好儲存及分類內容。
記錄檔儲存工具
public
class
LogFileSaver
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.result.LogFileSaver
|
可將記錄資料儲存至檔案的 ITestInvocationListener
輔助程式
摘要
公用方法 |
File
|
createCompressedLogFile(String dataName, LogDataType origDataType)
建立用來儲存壓縮記錄檔資料的空白檔案。
|
OutputStream
|
createGZipLogStream(File logFile)
建立輸出串流,以便將 GZIP 壓縮資料寫入檔案
|
InputStream
|
createInputStreamFromFile(File logFile)
建立輸入串流的輔助方法,用於讀取指定記錄 Fi 的內容
待辦事項:請考慮將這個方法移到其他地方。
|
File
|
getFileDir()
取得用來儲存檔案的目錄。
|
|
getInvocationLogPathSegments()
|
File
|
saveAndGZipLogData(String dataName, LogDataType dataType, InputStream dataStream)
視需要將記錄資料儲存並壓縮成 gzip 檔案
|
File
|
saveAndGZipLogFile(String dataName, LogDataType dataType, File fileToLog)
視需要將記錄資料儲存並壓縮成 gzip 檔案
|
File
|
saveLogData(String dataName, LogDataType dataType, InputStream dataStream)
將記錄資料儲存至檔案
|
File
|
saveLogDataRaw(String dataName, String ext, InputStream dataStream)
將原始資料儲存至檔案
|
File
|
saveLogFile(String dataName, LogDataType dataType, File fileToLog)
儲存指定的記錄檔
|
公用建構函式
記錄檔儲存工具
public LogFileSaver (IBuildInfo buildInfo,
File rootDir,
Integer logRetentionDays)
可建立 LogFileSaver
。
在 rootDir/branch/build_id/testTag/uniqueDir 中建構不重複的檔案系統目錄
如果目錄建立失敗,系統會使用臨時目錄。
參數 |
buildInfo |
IBuildInfo :IBuildInfo |
rootDir |
File :根檔案系統路徑 |
logRetentionDays |
Integer :如果提供「.retention」檔案將寫入記錄目錄
包含的時間戳記等於目前時間 + log 保留 Days。外部清理
指令碼可以使用這個檔案判斷何時刪除記錄目錄。 |
記錄檔儲存工具
public LogFileSaver (IBuildInfo buildInfo,
File rootDir)
可建立 LogFileSaver
。
在 rootDir/branch/build_id/uniqueDir 中建構不重複的檔案系統目錄
參數 |
buildInfo |
IBuildInfo :IBuildInfo |
rootDir |
File :根檔案系統路徑 |
記錄檔儲存工具
public LogFileSaver (File rootDir)
替代的 LogFileSaver
建構函式,只會使用指定目錄做為
記錄檔儲存空間目錄
公用方法
建立壓縮記錄檔
public File createCompressedLogFile (String dataName,
LogDataType origDataType)
建立用來儲存壓縮記錄檔資料的空白檔案。
參數 |
dataName |
String :為要儲存的資料提供的 String 描述性名稱。 |
origDataType |
LogDataType :要儲存的 LogDataType 類型 |
createGZipLogStream
public OutputStream createGZipLogStream (File logFile)
建立輸出串流,以便將 GZIP 壓縮資料寫入檔案
public InputStream createInputStreamFromFile (File logFile)
建立輸入串流的輔助方法,用於讀取指定記錄檔的內容
待辦事項:請考慮將這個方法移到其他地方。暫時移到這裡,
模擬這個課程的使用者
getFileDir
public File getFileDir ()
取得用來儲存檔案的目錄。
getInvocationLogPathSegments
public getInvocationLogPathSegments ()
public File saveAndGZipLogData (String dataName,
LogDataType dataType,
InputStream dataStream)
視需要將記錄資料儲存並壓縮成 gzip 檔案
SaveAndGZipLogFile
public File saveAndGZipLogFile (String dataName,
LogDataType dataType,
File fileToLog)
視需要將記錄資料儲存並壓縮成 gzip 檔案
public File saveLogData (String dataName,
LogDataType dataType,
InputStream dataStream)
將記錄資料儲存至檔案
public File saveLogDataRaw (String dataName,
String ext,
InputStream dataStream)
將原始資料儲存至檔案
儲存記錄檔
public File saveLogFile (String dataName,
LogDataType dataType,
File fileToLog)
儲存指定的記錄檔
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2024-08-22 (世界標準時間)。
[{
"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":"其他"
}]
{"lastModified": "\u4e0a\u6b21\u66f4\u65b0\u6642\u9593\uff1a2024-08-22 (\u4e16\u754c\u6a19\u6e96\u6642\u9593)\u3002"}
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-08-22 (世界標準時間)。"]]