DeviceFailedToBootError

public class DeviceFailedToBootError
extends BuildError

java.lang.Object
   ↳ com.android.tradefed.error.HarnessException
     ↳ com.android.tradefed.targetprep.BuildError
       ↳ com.android.tradefed.targetprep.DeviceFailedToBootError


如果裝置透過版本刷新後無法啟動,就會由系統傳回。

摘要

公用建構函式

DeviceFailedToBootError(String reason, DeviceDescriptor descriptor)

此建構函式已淘汰, 使用「DeviceFailedToBootError(String, com.android.tradefed.command.remote.DeviceDescriptor, com.android.tradefed.result.error.ErrorIdentifier)」 替代方法是

DeviceFailedToBootError(String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId)

建構含有詳細錯誤訊息的新 (@link DeviceFailedToBootError})。

DeviceFailedToBootError(String reason, DeviceDescriptor descriptor, Throwable cause, ErrorIdentifier errorId)

建構含有詳細錯誤訊息的新 (@link DeviceFailedToBootError})。

公用建構函式

DeviceFailedToBootError

public DeviceFailedToBootError (String reason, 
                DeviceDescriptor descriptor)

此建構函式已淘汰。
使用「DeviceFailedToBootError(String, com.android.tradefed.command.remote.DeviceDescriptor, com.android.tradefed.result.error.ErrorIdentifier)」 改為

建構含有詳細錯誤訊息的新 (@link DeviceFailedToBootError})。

參數
reason String:錯誤訊息,提供啟動失敗相關詳細資料

descriptor DeviceDescriptor:與例外狀況相關的裝置描述元

DeviceFailedToBootError

public DeviceFailedToBootError (String reason, 
                DeviceDescriptor descriptor, 
                ErrorIdentifier errorId)

建構含有詳細錯誤訊息的新 (@link DeviceFailedToBootError})。

參數
reason String:錯誤訊息,提供啟動失敗相關詳細資料

descriptor DeviceDescriptor:與例外狀況相關的裝置描述元

errorId ErrorIdentifier:該錯誤的錯誤 ID。

DeviceFailedToBootError

public DeviceFailedToBootError (String reason, 
                DeviceDescriptor descriptor, 
                Throwable cause, 
                ErrorIdentifier errorId)

建構含有詳細錯誤訊息的新 (@link DeviceFailedToBootError})。

參數
reason String:錯誤訊息,提供啟動失敗相關詳細資料

descriptor DeviceDescriptor:與例外狀況相關的裝置描述元

cause Throwable:原始例外狀況原因

errorId ErrorIdentifier:該錯誤的錯誤 ID。