錯誤儲存工具

public class ErrorStorageUtil
extends Object

java.lang.Object
com.android.tradefed.result.error.ErrorStorageUtil


用於處理錯誤以與公共儲存保持一致的說明程式類別。

概括

公共構造函數

ErrorStorageUtil ()

公共方法

static String mapStatus (TestRecordProto.FailureStatus status)

將 Tradefed 錯誤對應到我們的基礎架構常見儲存錯誤。

公共構造函數

錯誤儲存工具

public ErrorStorageUtil ()

公共方法

地圖狀態

public static String mapStatus (TestRecordProto.FailureStatus status)

將 Tradefed 錯誤對應到我們的基礎架構常見儲存錯誤。它們的映射比例為 1:1,但名稱略有不同,因此我們在這裡重新對齊它們。

參數
status TestRecordProto.FailureStatus

退貨
String